diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-21 09:03:36 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-21 09:03:36 +0000 |
commit | b7d2bc66905548d130dbf2e480d472d8e8b503d8 (patch) | |
tree | 5ab6e6f6b0d640d74392c8f66f7b1e68a0accea1 /mail/mutt/Makefile | |
parent | While no one is looking, slip the nve interface into the list of ethernet (diff) |
Fix the pgp6 examples and no longer install pgp5 examples.
PR: ports/79076
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=131822
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 75caf1f3b6f3..a5555c38f88f 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -115,6 +115,8 @@ MAN5= mbox.5 muttrc.5 post-patch:: @${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ ${WRKSRC}/contrib/gpg.rc + @${REINPLACE_CMD} -e 's,pgp6,pgp,g' \ + ${WRKSRC}/contrib/pgp6.rc @${REINPLACE_CMD} -E -e 's|@samplesdir@|${EXAMPLESDIR}|g' \ ${WRKSRC}/contrib/Makefile.in |