diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:10:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:10:40 +0000 |
commit | e444939b51336ae272d69223a649e64eab4c6bbd (patch) | |
tree | 011a991f40ca62ad3cd935ef637b615ef37a2089 /ftp | |
parent | 8729f74013f72f8e04cdd62253206d0eedbf1f8c (diff) | |
download | ports-e444939b51336ae272d69223a649e64eab4c6bbd.tar.gz ports-e444939b51336ae272d69223a649e64eab4c6bbd.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/tftp-hpa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile index ace4e7f04a66..45874d840687 100644 --- a/ftp/tftp-hpa/Makefile +++ b/ftp/tftp-hpa/Makefile @@ -7,11 +7,13 @@ MASTER_SITES= ${MASTER_SITE_KERNEL_ORG} MASTER_SITE_SUBDIR= software/network/tftp/tftp-hpa MAINTAINER= brooks@FreeBSD.org -COMMENT= An advanced tftp server +COMMENT= Advanced tftp server + +OPTIONS_DEFINE= DOCS USE_XZ= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_RC_SUBR= tftpd DESTDIRNAME= INSTALLROOT @@ -34,12 +36,10 @@ post-patch: -e 's,openlog(,tzset();openlog(,g' \ ${WRKSRC}/tftpd/tftpd.c -.ifdef PORTDOCS post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> |