diff options
author | kevlo <kevlo@FreeBSD.org> | 2013-10-30 13:45:42 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2013-10-30 13:45:42 +0800 |
commit | 54c16ef873d2758950e41aae50747e26568aafdd (patch) | |
tree | ee1129b761561ba0ce73ce42550170de75a0f445 /ftp/atftp/Makefile | |
parent | 02413cc7e97664281bbe579359d6ad7e2aff7801 (diff) | |
download | freebsd-ports-gnome-54c16ef873d2758950e41aae50747e26568aafdd.tar.gz freebsd-ports-gnome-54c16ef873d2758950e41aae50747e26568aafdd.tar.zst freebsd-ports-gnome-54c16ef873d2758950e41aae50747e26568aafdd.zip |
- Support stage
- Silent warnings
Diffstat (limited to 'ftp/atftp/Makefile')
-rw-r--r-- | ftp/atftp/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ftp/atftp/Makefile b/ftp/atftp/Makefile index ab1123610320..d2a058274d6c 100644 --- a/ftp/atftp/Makefile +++ b/ftp/atftp/Makefile @@ -16,11 +16,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.dfsg USE_RC_SUBR= atftpd GNU_CONFIGURE= yes -PLIST_FILES= bin/atftp \ - sbin/atftpd +PLIST_FILES= bin/atftp sbin/atftpd man/man1/atftp.1.gz man/man8/atftpd.8.gz -MAN1= atftp.1 -MAN8= atftpd.8 - -NO_STAGE= yes .include <bsd.port.mk> |