Skip to content

Commit

Permalink
misc/pinfo: Move manpages to PREFIX/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajlutter committed Feb 7, 2024
1 parent 55b65de commit 92e8a28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/
Expand All @@ -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
Expand Down

0 comments on commit 92e8a28

Please sign in to comment.