diff options
Diffstat (limited to 'devel/pear/Makefile')
-rw-r--r-- | devel/pear/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 5ff6710457f2..011cf44fced2 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -19,6 +19,7 @@ USE_PHP_BUILD= yes PEARDIR= ${PREFIX}/share/pear +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" \ -e "s|%%BUNDLEDIR%%|${WRKSRC}/go-pear-bundle|" \ |