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 | d04121d3d3c3c5d6977cf8b964a726d94b4a9bc7 (patch) | |
tree | 7de4b0feda58603c9720d65cabc0f886d27e3906 /news/tin | |
parent | 51cd40548e1b3b459c3dcc55a6ade25c551c95d2 (diff) | |
download | pkgsrc-d04121d3d3c3c5d6977cf8b964a726d94b4a9bc7.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/tin')
-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 |