misc/pinfo: Move manpages to PREFIX/share/man

This commit is contained in:
Juraj Lutter 2024-02-07 11:55:40 +01:00
parent 55b65de471
commit 92e8a2876f

View File

@ -1,7 +1,7 @@
PORTNAME= pinfo PORTNAME= pinfo
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.6.13 DISTVERSION= 0.6.13
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= misc CATEGORIES= misc
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@ -22,12 +22,13 @@ USE_GITHUB= yes
GH_ACCOUNT= baszoetekouw GH_ACCOUNT= baszoetekouw
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-curses=${NCURSESBASE} CONFIGURE_ARGS= --with-curses=${NCURSESBASE}
INFO= pinfo INFO= pinfo
PLIST_FILES= bin/pinfo \ PLIST_FILES= bin/pinfo \
etc/pinforc \ etc/pinforc \
man/man1/pinfo.1.gz share/man/man1/pinfo.1.gz
OPTIONS_DEFINE= NLS READLINE OPTIONS_DEFINE= NLS READLINE
OPTIONS_DEFAULT= READLINE OPTIONS_DEFAULT= READLINE