aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Gantry
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-11-13 15:55:25 +0000
committerChris Rees <crees@FreeBSD.org>2011-11-13 15:55:25 +0000
commit898f2ae19a9b71392ed3c48e4fb8671ff8c3767f (patch)
treef535890ee140e376a2144532da5dc3742f94ec84 /www/p5-Gantry
parent97ad9b10e3265725a5bd54020f5873b84b6ddf58 (diff)
Notes
Diffstat (limited to 'www/p5-Gantry')
-rw-r--r--www/p5-Gantry/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/p5-Gantry/Makefile b/www/p5-Gantry/Makefile
index aea43724ea99..cc559f9b495f 100644
--- a/www/p5-Gantry/Makefile
+++ b/www/p5-Gantry/Makefile
@@ -142,15 +142,11 @@ MAN3= Gantry.3 \
Template::Plugin::GantryAuthCookie.3
post-patch:
- ${REINPLACE_CMD} -e 's,/home/httpd/html/gantry,${WWWDIR},g' -e 's,\$ENV{'GANTRY_TEMPLATE_PATH'},${WWWDIR},g' ${WRKSRC}/Build.PL
+ ${REINPLACE_CMD} -e 's,/home/httpd/html/gantry,${WWWDIR},g' \
+ -e 's,\$ENV{'GANTRY_TEMPLATE_PATH'},${WWWDIR},g' \
+ ${WRKSRC}/Build.PL
-pre-configure:
- @${MKDIR} ${WWWDIR}
-
-post-build:
- @${RMDIR} ${WWWDIR}
-
-pre-install:
+pre-su-install:
@${MKDIR} ${WWWDIR}
.include <bsd.port.mk>