diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-21 08:51:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-21 08:51:21 +0000 |
commit | 1d6834e12c1c730c81d4aef6c3c263bd401211b3 (patch) | |
tree | 8d730fd4c1522873babe76bdc93a830e3fb8c0d5 /mail | |
parent | Update to 0.1.25. (diff) |
Fix the pgp6 examples and no longer install pgp5 examples
PR: ports/79078
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-contrib-Makefile.in | 11 | ||||
-rw-r--r-- | mail/mutt-devel/scripts/generate-plist | 1 |
3 files changed, 13 insertions, 1 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 0255434aeba8..4f15f429e2d6 100644 --- a/mail/mutt-devel/Makefile +++ b/mail/mutt-devel/Makefile @@ -374,6 +374,8 @@ MAN5= muttrc.5 mbox.5 mmdf.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 diff --git a/mail/mutt-devel/files/patch-contrib-Makefile.in b/mail/mutt-devel/files/patch-contrib-Makefile.in new file mode 100644 index 000000000000..0ece4939f9b0 --- /dev/null +++ b/mail/mutt-devel/files/patch-contrib-Makefile.in @@ -0,0 +1,11 @@ +--- contrib/Makefile.in.orig Wed Apr 2 10:57:06 2003 ++++ contrib/Makefile.in Mon Mar 21 08:22:47 2005 +@@ -20,7 +20,7 @@ + + subdir = contrib + +-SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ ++SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp6.rc Tin.rc \ + sample.muttrc sample.mailcap sample.muttrc-tlr \ + colors.default colors.linux smime.rc \ + ca-bundle.crt smime_keys_test.pl diff --git a/mail/mutt-devel/scripts/generate-plist b/mail/mutt-devel/scripts/generate-plist index 5221342e1b8f..a6c77002d851 100644 --- a/mail/mutt-devel/scripts/generate-plist +++ b/mail/mutt-devel/scripts/generate-plist @@ -97,7 +97,6 @@ if [ "$MUTT_PORTDOCS" = "yes" ]; then %%EXAMPLESDIR%%/colors.linux %%EXAMPLESDIR%%/gpg.rc %%EXAMPLESDIR%%/pgp2.rc -%%EXAMPLESDIR%%/pgp5.rc %%EXAMPLESDIR%%/pgp6.rc %%EXAMPLESDIR%%/sample.mailcap %%EXAMPLESDIR%%/sample.muttrc |