aboutsummaryrefslogtreecommitdiff
path: root/mail/pgpsendmail
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-23 04:57:24 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-06-23 04:57:24 +0000
commita8dd7dd4a32f67406ff6ee92117ff4a476eb7557 (patch)
treeee3fa0e15996d24b3050fa5b5a18b7dd27ef20c9 /mail/pgpsendmail
parent31f730dd5623744a699670337cddfe904006f2f0 (diff)
downloadports-a8dd7dd4a32f67406ff6ee92117ff4a476eb7557.tar.gz
ports-a8dd7dd4a32f67406ff6ee92117ff4a476eb7557.zip
- Fix build with custom PREFIX
Reported by: QATty Prompted by: Sahil Tandon <sahil@tandon.net>
Notes
Notes: svn path=/head/; revision=236504
Diffstat (limited to 'mail/pgpsendmail')
-rw-r--r--mail/pgpsendmail/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile
index adc97792636a..d5c75ac72be4 100644
--- a/mail/pgpsendmail/Makefile
+++ b/mail/pgpsendmail/Makefile
@@ -21,4 +21,6 @@ INSTALL_TARGET= all_install
MAN1= pgppipe.1 sendpgppass.1
MAN8= pgpsendmail.8 pgpdaemon.8
+post-patch:
+ @${REINPLACE_CMD} -e 's,PREFIX = /usr/local,PREFIX=${PREFIX},g' ${WRKSRC}/Makefile
.include <bsd.port.mk>