diff options
author | wiz <wiz@pkgsrc.org> | 2017-03-05 12:05:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-03-05 12:05:23 +0000 |
commit | 752ae54b27cb9054ec3a1bd04af5f1ecdeba3204 (patch) | |
tree | 1e2a90cc88a1c0c90ccf1351441a6c656473a5d3 /news | |
parent | e7f0b36fcc636ade82593147b370dbf6715524b3 (diff) | |
download | pkgsrc-752ae54b27cb9054ec3a1bd04af5f1ecdeba3204.tar.gz |
Rename mmdf(5) to tin-mmdf(5) to fix conflict with mutt packages.
Bump PKGREVISION.
Addresses PR 52030 by Michael-John Turner.
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 6 | ||||
-rw-r--r-- | news/tin/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 3bc82f2e6e5..dde4f136b00 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2017/01/19 18:52:21 agc Exp $ -# +# $NetBSD: Makefile,v 1.74 2017/03/05 12:05:23 wiz Exp $ DISTNAME= tin-2.2.1 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= news MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/stable/ MASTER_SITES+= ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ @@ -59,6 +58,7 @@ post-configure: post-install: ${INSTALL_DATA} ${WRKSRC}/doc/WHATSNEW ${DESTDIR}${PREFIX}/share/doc/tin + ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/mmdf.5 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/tin-mmdf.5 .include "../../converters/libiconv/buildlink3.mk" .include "../../converters/uulib/buildlink3.mk" diff --git a/news/tin/PLIST b/news/tin/PLIST index 84a034c7173..f9bde205357 100644 --- a/news/tin/PLIST +++ b/news/tin/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2014/08/23 10:05:58 obache Exp $ +@comment $NetBSD: PLIST,v 1.11 2017/03/05 12:05:23 wiz Exp $ bin/metamutt bin/opt-case.pl bin/rtin @@ -12,7 +12,7 @@ man/man1/tin.1 man/man1/tinews.pl.1 man/man1/url_handler.pl.1 man/man1/w2r.pl.1 -man/man5/mmdf.5 +man/man5/tin-mmdf.5 man/man5/tin.5 share/doc/tin/WHATSNEW share/locale/da/LC_MESSAGES/tin.mo |