Skip to content

Commit

Permalink
news/tin: Move manpages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
arrowd committed Mar 18, 2024
1 parent ac69c34 commit af41a5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 2 additions & 0 deletions news/tin/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tin
PORTVERSION= 2.6.3
PORTREVISION= 1
CATEGORIES+= news
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \
ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \
Expand Down Expand Up @@ -27,6 +28,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support

USES= gmake iconv ncurses pkgconfig shebangfix tar:bzip2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
SHEBANG_FILES= tools/opt-case.pl tools/tinews.pl tools/url_handler.pl \
tools/w2r.pl
TIN_EDITOR?= /usr/bin/ee
Expand Down
20 changes: 10 additions & 10 deletions news/tin/pkg-plist
Expand Up @@ -6,16 +6,6 @@ bin/tinews.pl
bin/tinurl_handler.pl
bin/w2r.pl
@sample etc/tin.defaults.sample
man/man1/opt-case.pl.1.gz
man/man1/rtin.1.gz
man/man1/tin.1.gz
man/man1/tinews.pl.1.gz
man/man1/tinurl_handler.pl.1.gz
man/man1/w2r.pl.1.gz
man/man5/rtin.5.gz
man/man5/tin.5.gz
man/man5/tin_mbox.5.gz
man/man5/tin_mmdf.5.gz
%%NLS%%share/locale/da/LC_MESSAGES/tin.mo
%%NLS%%share/locale/de/LC_MESSAGES/tin.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/tin.mo
Expand All @@ -27,3 +17,13 @@ man/man5/tin_mmdf.5.gz
%%NLS%%share/locale/tr/LC_MESSAGES/tin.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/tin.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/tin.mo
share/man/man1/opt-case.pl.1.gz
share/man/man1/rtin.1.gz
share/man/man1/tin.1.gz
share/man/man1/tinews.pl.1.gz
share/man/man1/tinurl_handler.pl.1.gz
share/man/man1/w2r.pl.1.gz
share/man/man5/rtin.5.gz
share/man/man5/tin.5.gz
share/man/man5/tin_mbox.5.gz
share/man/man5/tin_mmdf.5.gz

0 comments on commit af41a5a

Please sign in to comment.