aboutsummaryrefslogtreecommitdiff
path: root/comms/chu/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-05-31 21:43:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-05-31 21:43:21 +0000
commita5a8ce29e799b072eca94df87fbe41206ce28082 (patch)
tree4cb449a0755e12f47016c135c52e2db9e438e7cc /comms/chu/Makefile
parent2d6a35c40512f49743c46e3aed875049d6cfd803 (diff)
downloadports-a5a8ce29e799b072eca94df87fbe41206ce28082.tar.gz
ports-a5a8ce29e799b072eca94df87fbe41206ce28082.zip
Notes
Diffstat (limited to 'comms/chu/Makefile')
-rw-r--r--comms/chu/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/comms/chu/Makefile b/comms/chu/Makefile
index c15ae248b5b1..bab226dfbe0f 100644
--- a/comms/chu/Makefile
+++ b/comms/chu/Makefile
@@ -15,6 +15,8 @@ LICENSE= GPLv1
NO_WRKSUBDIR= yes
+OPTIONS_DEFINE= DOCS
+
post-extract:
@${GZIP_CMD} -d ${WRKSRC}/testsignal.gz
@@ -29,11 +31,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/testsignal ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/chu.8 ${STAGEDIR}${PREFIX}/man/man8
${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for d in ${WRKSRC}/COPYING \
- ${WRKSRC}/TESTING \
- ${WRKSRC}/chu.html \
- ${WRKSRC}/chuman.html \
- ${WRKSRC}/ntp.html
+.for d in COPYING TESTING chu.html chuman.html ntp.html
${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
.endfor