diff options
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 75caf1f3b6f3..a5555c38f88f 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/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 |