diff options
Diffstat (limited to 'devel/pear/Makefile')
-rw-r--r-- | devel/pear/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index 33c4b07e55db..2d81f37ce0cc 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -22,6 +22,8 @@ USE_PHP= pcre:build xml:build zlib:build PEARDIR= ${PREFIX}/share/pear +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" \ -e "s|%%BUNDLEDIR%%|${WRKSRC}/go-pear-bundle|" \ |