aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-10-11 13:14:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-10-11 13:14:26 +0000
commitedfc8b329913afa0bfbf64485cc07cbeade1f659 (patch)
treef825b30282973f1fabdb4239cb528c6e78c7b403 /textproc
parent9d6beb8726f1bdf7207ee29f2f714fc4825304ca (diff)
downloadports-edfc8b329913afa0bfbf64485cc07cbeade1f659.tar.gz
ports-edfc8b329913afa0bfbf64485cc07cbeade1f659.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-HTML-CTPP2/Makefile4
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>