summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-09-02 23:37:40 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-09-02 23:37:40 +0000
commita87bda6abdba8dfd3e6a2b0736a0896adbce2ccb (patch)
treeb7a8e945f71bcaf1b2f9b7a5c65b0b93101c72c7 /mail
parentAdd ruby-mock, an RUnit extention that makes it very easy to implement (diff)
Change location of gpg to ${LOCALBASE} instead of ${PREFIX}
Submitted by: kris
Notes
Notes: svn path=/head/; revision=47327
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index a0be0f9a7d7d..8cd77943f167 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -120,7 +120,7 @@ MAN1= flea.1 mutt.1 mutt_dotlock.1 muttbug.1
MAN5= muttrc.5 mbox.5
post-patch:
- @${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${PREFIX}/bin/gpg,g' \
+ @${PERL} -pi.fbsd -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \
${WRKSRC}/contrib/gpg.rc
pre-configure: