diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-23 12:57:24 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-23 12:57:24 +0800 |
commit | 5774d02be76c77fb7b9296fd8eaa42dae866ecf4 (patch) | |
tree | cdd2dc97f1ca4505f997b4be4a834d76dc4ad015 /mail | |
parent | 2a63c39c0d37738dc97fe8a58ecd289d16bbf2eb (diff) | |
download | freebsd-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/Makefile | 2 |
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> |