diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-05 07:11:33 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-05 07:11:33 +0800 |
commit | 00278d949a09e32f5fba7f528b1ac1efbc57f73a (patch) | |
tree | 980687f44e6ea0b8061f73b70997b5ed094b78d7 /www/cgihtml | |
parent | 30328119ae5e41fed11e0b6b42af81799da8aa4f (diff) | |
download | freebsd-ports-gnome-00278d949a09e32f5fba7f528b1ac1efbc57f73a.tar.gz freebsd-ports-gnome-00278d949a09e32f5fba7f528b1ac1efbc57f73a.tar.zst freebsd-ports-gnome-00278d949a09e32f5fba7f528b1ac1efbc57f73a.zip |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Diffstat (limited to 'www/cgihtml')
-rw-r--r-- | www/cgihtml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile index 061beceb8cf7..6553d6822a27 100644 --- a/www/cgihtml/Makefile +++ b/www/cgihtml/Makefile @@ -14,17 +14,17 @@ COMMENT= Library that simplifies the task of writing CGI programs in C USE_LDCONFIG= yes +OPTIONS_DEFINE= DOCS + post-extract: - @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist - @${CP} ${FILESDIR}/Makefile ${WRKSRC} + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist + ${CP} ${FILESDIR}/Makefile ${WRKSRC} post-install: -.if !defined(NOPORTDOCS) @${MKDIR} ${STAGEDIR}${DOCSDIR}/html .for file in CHANGES CREDITS ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}/html -.endif .include <bsd.port.mk> |