diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-06-08 12:15:05 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-06-08 12:15:05 +0000 |
commit | 510a704241652ae522dbf7fdf23e14a053b57e58 (patch) | |
tree | 39290dde9125f5f232631ddf1e480f5ab6f5b1d0 /devel/pecl-newt | |
parent | f510e59dc768ea177c345fda45ef2ed16b4399b2 (diff) | |
download | ports-510a704241652ae522dbf7fdf23e14a053b57e58.tar.gz ports-510a704241652ae522dbf7fdf23e14a053b57e58.zip |
Notes
Diffstat (limited to 'devel/pecl-newt')
-rw-r--r-- | devel/pecl-newt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile index 839fd3991e71..040e51c489f5 100644 --- a/devel/pecl-newt/Makefile +++ b/devel/pecl-newt/Makefile @@ -23,4 +23,8 @@ USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= newt +post-patch: + @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ + ${WRKSRC}/config.m4 + .include <bsd.port.mk> |