aboutsummaryrefslogtreecommitdiff
path: root/www/cgihtml/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 14:53:17 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-11 14:53:17 +0000
commit400fbecd4ee8a8131e39829fec0d3eea69d5d542 (patch)
treec9473173cbdab89b701b449a10c38b3a1151e00a /www/cgihtml/Makefile
parent0f027f151ef19ce72e2e1813b1e33d4597e8a8c9 (diff)
downloadports-400fbecd4ee8a8131e39829fec0d3eea69d5d542.tar.gz
ports-400fbecd4ee8a8131e39829fec0d3eea69d5d542.zip
Stagify.
Notes
Notes: svn path=/head/; revision=357488
Diffstat (limited to 'www/cgihtml/Makefile')
-rw-r--r--www/cgihtml/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/cgihtml/Makefile b/www/cgihtml/Makefile
index 1523040fbdff..061beceb8cf7 100644
--- a/www/cgihtml/Makefile
+++ b/www/cgihtml/Makefile
@@ -14,18 +14,17 @@ COMMENT= Library that simplifies the task of writing CGI programs in C
USE_LDCONFIG= yes
-NO_STAGE= yes
post-extract:
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.dist
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/cgihtml/html
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/html
.for file in CHANGES CREDITS
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cgihtml
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
- ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${PREFIX}/share/doc/cgihtml/html
+ ${INSTALL_DATA} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}/html
.endif
.include <bsd.port.mk>