diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 23:11:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 23:11:33 +0000 |
commit | a36cc6f76069b486e45004dd475af0181e2d50a3 (patch) | |
tree | 980687f44e6ea0b8061f73b70997b5ed094b78d7 /www/cgihtml | |
parent | f093667af6bed85e379cf39682c94edcbfba0c61 (diff) | |
download | ports-a36cc6f76069b486e45004dd475af0181e2d50a3.tar.gz ports-a36cc6f76069b486e45004dd475af0181e2d50a3.zip |
Notes
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> |