aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-25 13:29:24 +0800
committermiwi <miwi@FreeBSD.org>2014-05-25 13:29:24 +0800
commitd6906ac187d028d410a202325440bc1d3a989bb7 (patch)
treead3bb0db6c5e64fa82255bfe5c2aa39dced161ab /www
parent3525b922873524a70db57d24fda59d39d01cc55e (diff)
downloadfreebsd-ports-gnome-d6906ac187d028d410a202325440bc1d3a989bb7.tar.gz
freebsd-ports-gnome-d6906ac187d028d410a202325440bc1d3a989bb7.tar.zst
freebsd-ports-gnome-d6906ac187d028d410a202325440bc1d3a989bb7.zip
- Stage support
PR: 190047 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r--www/formication/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/formication/Makefile b/www/formication/Makefile
index 8e77be0a322b..1240db094896 100644
--- a/www/formication/Makefile
+++ b/www/formication/Makefile
@@ -21,7 +21,6 @@ PORTDOCS= BLURB COPYING feedback.fcn feedback.html formication.txt
PLIST_FILES= www/cgi-bin/formication.pl
SUB_FILES+= pkg-message
-NO_STAGE= yes
.include <bsd.port.pre.mk>
PLIST_DIRSTRY= www/cgi-bin
@@ -32,12 +31,12 @@ post-patch:
${WRKSRC}/formication.pl
do-install:
- @${MKDIR} ${PREFIX}/www/cgi-bin
- @${INSTALL_DATA} ${WRKSRC}/formication.pl ${PREFIX}/www/cgi-bin
+ @${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin
+ @${INSTALL_DATA} ${WRKSRC}/formication.pl ${STAGEDIR}${PREFIX}/www/cgi-bin
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/
. for i in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/
. endfor
.endif