git: 92e8a2876fe2 - main - misc/pinfo: Move manpages to PREFIX/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 13:08:53 UTC
The branch main has been updated by otis: URL: https://cgit.FreeBSD.org/ports/commit/?id=92e8a2876fe2b2a569ba7fa98f0a7c5fe3baf662 commit 92e8a2876fe2b2a569ba7fa98f0a7c5fe3baf662 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2024-02-07 10:55:40 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2024-02-07 13:08:22 +0000 misc/pinfo: Move manpages to PREFIX/share/man --- misc/pinfo/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index edccee3b04d2..1fe815767dc9 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,7 +1,7 @@ PORTNAME= pinfo DISTVERSIONPREFIX= v DISTVERSION= 0.6.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -22,12 +22,13 @@ USE_GITHUB= yes GH_ACCOUNT= baszoetekouw GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-curses=${NCURSESBASE} INFO= pinfo PLIST_FILES= bin/pinfo \ etc/pinforc \ - man/man1/pinfo.1.gz + share/man/man1/pinfo.1.gz OPTIONS_DEFINE= NLS READLINE OPTIONS_DEFAULT= READLINE