aboutsummaryrefslogtreecommitdiff
path: root/mail/pronto
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2009-06-21 16:53:26 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2009-06-21 16:53:26 +0000
commitd7809b6ad4147b110e757a74061e4e8c6854e3b2 (patch)
tree2ea114fff274ea17afb98012bd11a140f10b9060 /mail/pronto
parentbc09d4bcb0ae500d2ab1969c62e33170aa6ca767 (diff)
downloadports-d7809b6ad4147b110e757a74061e4e8c6854e3b2.tar.gz
ports-d7809b6ad4147b110e757a74061e4e8c6854e3b2.zip
Notes
Diffstat (limited to 'mail/pronto')
-rw-r--r--mail/pronto/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile
index 4cd5a75dec7f..2161d1e32b66 100644
--- a/mail/pronto/Makefile
+++ b/mail/pronto/Makefile
@@ -33,4 +33,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
+post-patch:
+ @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \
+ 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile
+ @${FIND} ${WRKSRC} -name "*".bak | ${XARGS} ${RM} -f
+
.include <bsd.port.mk>