Skip to content

Commit

Permalink
devel/tig: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 7, 2024
1 parent 8fc90fd commit f5f967a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions devel/tig/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tig
DISTVERSION= 2.5.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/

Expand All @@ -14,6 +15,7 @@ TEST_DEPENDS= git:devel/git

USES= gmake iconv ncurses readline
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE}
MAKE_ARGS= V=1

Expand All @@ -27,9 +29,9 @@ DO_MAKE_TEST= script -q /dev/null ${SETENV} ${TEST_ENV} ${GMAKE}

PLIST_FILES= bin/tig \
'@sample etc/tigrc.sample' \
man/man1/tig.1.gz \
man/man5/tigrc.5.gz \
man/man7/tigmanual.7.gz
share/man/man1/tig.1.gz \
share/man/man5/tigrc.5.gz \
share/man/man7/tigmanual.7.gz

OPTIONS_DEFINE= GIT PCRE

Expand Down

0 comments on commit f5f967a

Please sign in to comment.