diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-26 05:10:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-26 05:10:40 +0800 |
commit | 31422612251a655382b4ce9b0fbb4d7a6ef905a2 (patch) | |
tree | 011a991f40ca62ad3cd935ef637b615ef37a2089 /ftp/tftp-hpa | |
parent | ac0e3a5bcfe9c76b22ce899c956ff9a512451421 (diff) | |
download | freebsd-ports-gnome-31422612251a655382b4ce9b0fbb4d7a6ef905a2.tar.gz freebsd-ports-gnome-31422612251a655382b4ce9b0fbb4d7a6ef905a2.tar.zst freebsd-ports-gnome-31422612251a655382b4ce9b0fbb4d7a6ef905a2.zip |
Add a DOCS options
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'ftp/tftp-hpa')
-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> |