Skip to content

Commit

Permalink
games/xbill: Move manual pages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
aklv committed Jan 23, 2024
1 parent 1905a6f commit 67cd510
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions games/xbill/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xbill
PORTVERSION= 2.1
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= games
MASTER_SITES= http://www.xbill.org/download/

Expand All @@ -9,6 +9,7 @@ COMMENT= Save your computers from the evil clutches of Bill
WWW= http://www.xbill.org

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --localstatedir=${SCORES_DIR} --disable-gtk

SCORES_DIR?= ${DATADIR}/scores
Expand All @@ -21,7 +22,7 @@ DESKTOP_ENTRIES="xBill" \
false

PLIST_FILES= bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz
share/man/man6/${PORTNAME}.6.gz

PORTDATA= *

Expand Down

0 comments on commit 67cd510

Please sign in to comment.