diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:12:33 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:12:33 +0100 |
commit | 34c3346b7a7ca23209fbace103b9c4351cd4cbee (patch) | |
tree | 771de1512b54f8621f3d0c7ee9cb16c005ac7739 | |
parent | 14886c45631ba05a0cc6082f27713e5df3cf5b3f (diff) | |
download | freebsd-ports-34c3346b7a7ca23209fbace103b9c4351cd4cbee.zip |
games/xbubble: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/xbubble/Makefile | 3 | ||||
-rw-r--r-- | games/xbubble/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/xbubble/Makefile b/games/xbubble/Makefile index a47990e4fb76..9d60319f1839 100644 --- a/games/xbubble/Makefile +++ b/games/xbubble/Makefile @@ -1,6 +1,6 @@ PORTNAME= xbubble PORTVERSION= 0.5.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= GENTOO @@ -17,6 +17,7 @@ USES= gmake localbase:ldflags xorg USE_XORG= x11 xmu GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/games/xbubble/pkg-plist b/games/xbubble/pkg-plist index 0979c4db284a..3d03a828a932 100644 --- a/games/xbubble/pkg-plist +++ b/games/xbubble/pkg-plist @@ -1,5 +1,5 @@ bin/xbubble -man/man6/xbubble.6.gz +share/man/man6/xbubble.6.gz %%NLS%%share/locale/fr/LC_MESSAGES/xbubble.mo %%DATADIR%%/baskvli.pfb %%DATADIR%%/fonts.dir |