diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-02-02 21:48:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-02-02 21:48:37 +0000 |
commit | 3eb41efc799502d7516bf7dce5c92a184d6667d4 (patch) | |
tree | d9efef2ba031dc581e08f341eb60fc8f1d486080 /net/freebsd-tftp | |
parent | 04c59e82bbf1e4fdac4188ca90610dea5af2e144 (diff) | |
download | ports-3eb41efc799502d7516bf7dce5c92a184d6667d4.tar.gz ports-3eb41efc799502d7516bf7dce5c92a184d6667d4.zip |
Notes
Diffstat (limited to 'net/freebsd-tftp')
-rw-r--r-- | net/freebsd-tftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freebsd-tftp/Makefile b/net/freebsd-tftp/Makefile index 396f8d330044..d843869311f4 100644 --- a/net/freebsd-tftp/Makefile +++ b/net/freebsd-tftp/Makefile @@ -16,7 +16,7 @@ COMMENT= Upcoming replacement for tftp(1) and tftpd(8) PLIST_FILES= bin/tftp libexec/tftpd WRKSRC= ${WRKDIR} -NOPACKAGE= Installs software in /usr/libexec and /usr/bin +NO_PACKAGE= Installs software in /usr/libexec and /usr/bin PREFIX= /usr MAN8= tftpd.8 |