diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-CTPP2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-HTML-CTPP2/Makefile b/textproc/p5-HTML-CTPP2/Makefile index c92232eb85c6..cce3dd85e9e3 100644 --- a/textproc/p5-HTML-CTPP2/Makefile +++ b/textproc/p5-HTML-CTPP2/Makefile @@ -25,4 +25,8 @@ MAN3= HTML::CTPP2.3 # The port actually requires ${CXX} when ${CC} is defined CC= ${CXX} +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ + ${WRKSRC}/Makefile.PL + .include <bsd.port.mk> |