diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-01 05:43:21 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-01 05:43:21 +0800 |
commit | a5a8ce29e799b072eca94df87fbe41206ce28082 (patch) | |
tree | 4cb449a0755e12f47016c135c52e2db9e438e7cc /comms | |
parent | 2d6a35c40512f49743c46e3aed875049d6cfd803 (diff) | |
download | freebsd-ports-gnome-a5a8ce29e799b072eca94df87fbe41206ce28082.tar.gz freebsd-ports-gnome-a5a8ce29e799b072eca94df87fbe41206ce28082.tar.zst freebsd-ports-gnome-a5a8ce29e799b072eca94df87fbe41206ce28082.zip |
- Add missing OPTIONS_DEFINE
- Fix a bug that didn't show up because bsd.port.pre.mk is not included
Diffstat (limited to 'comms')
-rw-r--r-- | comms/chu/Makefile | 8 |
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 |