Skip to content

Commit

Permalink
games/gnubg: 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 9, 2024
1 parent 26f603c commit e2e2e9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion games/gnubg/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnubg
PORTVERSION= 1.07.001
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= GNU
DISTFILES= gnubg-release-${PORTVERSION}-sources.tar.gz
Expand Down Expand Up @@ -33,6 +33,7 @@ CONFIGURE_ENV= ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip

OPTIONS_DEFINE= NLS DOCS
Expand Down
10 changes: 5 additions & 5 deletions games/gnubg/pkg-plist
Expand Up @@ -3,11 +3,6 @@ bin/gnubg
bin/makebearoff
bin/makehyper
bin/makeweights
man/man6/bearoffdump.6.gz
man/man6/gnubg.6.gz
man/man6/makebearoff.6.gz
man/man6/makehyper.6.gz
man/man6/makeweights.6.gz
%%PORTDOCS%%%%DOCSDIR%%/allabout.html
%%PORTDOCS%%%%DOCSDIR%%/allabout.pdf
%%PORTDOCS%%%%DOCSDIR%%/gnubg.html
Expand Down Expand Up @@ -236,3 +231,8 @@ share/locale/ja/LC_MESSAGES/gnubg.mo
share/locale/ro/LC_MESSAGES/gnubg.mo
share/locale/ru/LC_MESSAGES/gnubg.mo
share/locale/tr/LC_MESSAGES/gnubg.mo
share/man/man6/bearoffdump.6.gz
share/man/man6/gnubg.6.gz
share/man/man6/makebearoff.6.gz
share/man/man6/makehyper.6.gz
share/man/man6/makeweights.6.gz

0 comments on commit e2e2e9b

Please sign in to comment.