aboutsummaryrefslogtreecommitdiff
path: root/ftp/tftp-hpa
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-25 21:10:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-25 21:10:40 +0000
commite444939b51336ae272d69223a649e64eab4c6bbd (patch)
tree011a991f40ca62ad3cd935ef637b615ef37a2089 /ftp/tftp-hpa
parent8729f74013f72f8e04cdd62253206d0eedbf1f8c (diff)
downloadports-e444939b51336ae272d69223a649e64eab4c6bbd.tar.gz
ports-e444939b51336ae272d69223a649e64eab4c6bbd.zip
Add a DOCS options
Convert USE_GMAKE to USES=gmake
Notes
Notes: svn path=/head/; revision=341104
Diffstat (limited to 'ftp/tftp-hpa')
-rw-r--r--ftp/tftp-hpa/Makefile8
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>