aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-23 12:57:24 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-23 12:57:24 +0800
commit5774d02be76c77fb7b9296fd8eaa42dae866ecf4 (patch)
treecdd2dc97f1ca4505f997b4be4a834d76dc4ad015 /mail
parent2a63c39c0d37738dc97fe8a58ecd289d16bbf2eb (diff)
downloadfreebsd-ports-gnome-5774d02be76c77fb7b9296fd8eaa42dae866ecf4.tar.gz
freebsd-ports-gnome-5774d02be76c77fb7b9296fd8eaa42dae866ecf4.tar.zst
freebsd-ports-gnome-5774d02be76c77fb7b9296fd8eaa42dae866ecf4.zip
- Fix build with custom PREFIX
Reported by: QATty Prompted by: Sahil Tandon <sahil@tandon.net>
Diffstat (limited to 'mail')
-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>