aboutsummaryrefslogtreecommitdiff
path: root/www/hiawatha
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-22 10:21:46 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-10-22 10:21:46 +0000
commitaccbebbb7e561ecf0214a26ecc373ec88ba7bea5 (patch)
treeb08f6ba2171aaf5da0cacc29947f3661419dbb03 /www/hiawatha
parentb41495be6a624fce70dd679f3535a07e519ce3f0 (diff)
downloadports-accbebbb7e561ecf0214a26ecc373ec88ba7bea5.tar.gz
ports-accbebbb7e561ecf0214a26ecc373ec88ba7bea5.zip
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=399956
Diffstat (limited to 'www/hiawatha')
-rw-r--r--www/hiawatha/Makefile7
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>