View | Details | Raw Unified | Return to bug 240310
Collapse All | Expand All

(-)www/p5-Gantry/Makefile (-1 / +1 lines)
Lines 41-47 Link Here
41
41
42
post-patch:
42
post-patch:
43
	${REINPLACE_CMD} -e 's,/home/httpd/html/gantry,${WWWDIR},g' \
43
	${REINPLACE_CMD} -e 's,/home/httpd/html/gantry,${WWWDIR},g' \
44
		-e 's,\$ENV{'GANTRY_TEMPLATE_PATH'},${WWWDIR},g' \
44
		-e 's,$$ENV{'GANTRY_TEMPLATE_PATH'},${WWWDIR},g' \
45
	    ${WRKSRC}/Build.PL
45
	    ${WRKSRC}/Build.PL
46
46
47
.include <bsd.port.mk>
47
.include <bsd.port.mk>

Return to bug 240310