diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-22 10:21:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-10-22 10:21:46 +0000 |
commit | accbebbb7e561ecf0214a26ecc373ec88ba7bea5 (patch) | |
tree | b08f6ba2171aaf5da0cacc29947f3661419dbb03 /www/hiawatha | |
parent | b41495be6a624fce70dd679f3535a07e519ce3f0 (diff) | |
download | ports-accbebbb7e561ecf0214a26ecc373ec88ba7bea5.tar.gz ports-accbebbb7e561ecf0214a26ecc373ec88ba7bea5.zip |
Notes
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index f53a2f337b19..941d83dc80bb 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -70,9 +70,6 @@ post-patch: ${WRKSRC}/man/hiawatha.1.in ${WRKSRC}/man/cgi-wrapper.1.in post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ - .for FILE in ${CONFIG_FILES} ${INSTALL_DATA} ${WRKSRC}/config/${FILE} ${STAGEDIR}${PREFIX}/etc/hiawatha/${FILE}.sample .endfor @@ -80,4 +77,8 @@ post-install: @${MKDIR} ${STAGEDIR}${WWWDIR} ; \ ${INSTALL_DATA} ${WRKSRC}/extra/index.html ${STAGEDIR}${WWWDIR}/index.html.sample +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + .include <bsd.port.mk> |