diff options
author | krion <krion@FreeBSD.org> | 2005-03-21 16:51:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-03-21 16:51:21 +0800 |
commit | 9078e3e45170abb0467041d29205eaa1b2e75ea9 (patch) | |
tree | 71ac92df2d3ddbb5ba3bfc2b10d68ac8137afeb0 /mail | |
parent | d94f21295a1306185a5f889d73e7aeed956f12fc (diff) | |
download | freebsd-ports-gnome-9078e3e45170abb0467041d29205eaa1b2e75ea9.tar.gz freebsd-ports-gnome-9078e3e45170abb0467041d29205eaa1b2e75ea9.tar.zst freebsd-ports-gnome-9078e3e45170abb0467041d29205eaa1b2e75ea9.zip |
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 |