diff options
Diffstat (limited to 'www/eaccelerator/Makefile')
-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 4ef1a695158..87aa80ef50e 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" \ |