diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-04 11:46:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-04 11:46:21 +0000 |
commit | be3d2f433fe0ac59701e03ed8157ac4ee3e2cfb2 (patch) | |
tree | e459c1c7aaf7ad70ab14b513257cce2537c55023 /www/eaccelerator | |
parent | 8901f21457ba617897c9f66b24377711823fc483 (diff) | |
download | ports-be3d2f433fe0ac59701e03ed8157ac4ee3e2cfb2.tar.gz ports-be3d2f433fe0ac59701e03ed8157ac4ee3e2cfb2.zip |
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/Makefile | 2 |
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" \ |