diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-02 23:37:40 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-02 23:37:40 +0000 |
commit | a87bda6abdba8dfd3e6a2b0736a0896adbce2ccb (patch) | |
tree | b7a8e945f71bcaf1b2f9b7a5c65b0b93101c72c7 /mail | |
parent | f827c53c20f51628b7c073e2bdc9b49210f7d345 (diff) | |
download | ports-a87bda6abdba8dfd3e6a2b0736a0896adbce2ccb.tar.gz ports-a87bda6abdba8dfd3e6a2b0736a0896adbce2ccb.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 2 |
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: |