aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/llgal/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/llgal/Makefile b/www/llgal/Makefile
index 1c7d9bbb870c..1ee02bce2245 100644
--- a/www/llgal/Makefile
+++ b/www/llgal/Makefile
@@ -30,6 +30,9 @@ USE_GETTEXT= yes
.include <bsd.port.pre.mk>
+post-patch:
+ ${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX," ${WRKSRC}/Makefile
+
post-configure:
${SED} -e "s,@VERSION@,${PORTVERSION}," < ${WRKSRC}/lib/Makefile.PL.in > ${WRKSRC}/lib/Makefile.PL
cd ${WRKSRC}/lib; ${PERL} Makefile.PL