diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 11:17:38 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-09 12:58:22 +0000 |
commit | e202a808c95513901c08e302702120ed070e1bce (patch) | |
tree | 34580a3267615958825dcf4d8258ff37b1c72455 /graphics/Coin | |
parent | graphics/cal3d: Move man pages to share/man (diff) |
graphics/Coin: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/Coin')
-rw-r--r-- | graphics/Coin/Makefile | 2 | ||||
-rw-r--r-- | graphics/Coin/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index d6f5f143bbe5..62fd1e383d07 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -1,6 +1,7 @@ PORTNAME= Coin PORTVERSION= 4.0.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= cmt@FreeBSD.org @@ -21,6 +22,7 @@ GH_PROJECT= coin USE_GL= gl glu USE_XORG= ice sm x11 xext xt GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-pthread=yes --enable-threadsafe \ --enable-3ds-import --enable-sound \ --enable-javascript-api --enable-debug=no diff --git a/graphics/Coin/pkg-plist b/graphics/Coin/pkg-plist index 1f3197a1566b..7189b580d83d 100644 --- a/graphics/Coin/pkg-plist +++ b/graphics/Coin/pkg-plist @@ -875,7 +875,6 @@ lib/libCoin.so lib/libCoin.so.80 lib/libCoin.so.80.0.2 libdata/pkgconfig/Coin.pc -man/man1/coin-config.1.gz %%DATADIR%%/conf/coin-default.cfg %%DATADIR%%/draggerDefaults/centerballDragger.iv %%DATADIR%%/draggerDefaults/directionalLightDragger.iv @@ -907,3 +906,4 @@ man/man1/coin-config.1.gz %%DATADIR%%/shaders/lights/SpotLight.glsl %%DATADIR%%/shaders/vsm/VsmLookup.glsl share/aclocal/coin.m4 +share/man/man1/coin-config.1.gz |