diff options
author | arved <arved@FreeBSD.org> | 2009-07-08 22:10:20 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2009-07-08 22:10:20 +0800 |
commit | bfc88b6b0be9038643dd93b44465aa6853aa2d7b (patch) | |
tree | 2225561270424c029d56b7d1820b84bed2e4a5ba /www | |
parent | 6ba00b220b35f8c4a36d5ee6be0bae0582da7272 (diff) | |
download | freebsd-ports-gnome-bfc88b6b0be9038643dd93b44465aa6853aa2d7b.tar.gz freebsd-ports-gnome-bfc88b6b0be9038643dd93b44465aa6853aa2d7b.tar.zst freebsd-ports-gnome-bfc88b6b0be9038643dd93b44465aa6853aa2d7b.zip |
Uncomment hardcoded PREFIX
Reported by: QAT
Diffstat (limited to 'www')
-rw-r--r-- | www/llgal/Makefile | 3 |
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 |