summaryrefslogtreecommitdiff
path: root/www/eaccelerator
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-04 11:46:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-04 11:46:21 +0000
commitbe3d2f433fe0ac59701e03ed8157ac4ee3e2cfb2 (patch)
treee459c1c7aaf7ad70ab14b513257cce2537c55023 /www/eaccelerator
parentUse correct version of the patch. (diff)
PREFIX -> LOCALBASE in post-patch
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Notes
Notes: svn path=/head/; revision=78162
Diffstat (limited to 'www/eaccelerator')
-rw-r--r--www/eaccelerator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/eaccelerator/Makefile b/www/eaccelerator/Makefile
index 4ef1a6951586..87aa80ef50ea 100644
--- a/www/eaccelerator/Makefile
+++ b/www/eaccelerator/Makefile
@@ -47,7 +47,7 @@ post-extract:
@cd ${WRKSRC} && ${LOCALBASE}/bin/phpize
post-patch:
- ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/configure
post-build:
@${SED} "s|%%LOCALBASE%%|${LOCALBASE}|g;s|%%PREFIX%%|${PREFIX}|g;s|%%EXT_DIR%%|${EXT_DIR}|g" \