diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-24 09:19:16 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-24 10:20:13 +0000 |
commit | 0e993de714f2d9045847faf06eb7241bf7ceb80a (patch) | |
tree | 472a553736f82883493c51136841710de158d4d3 | |
parent | 1c78a9dd598ffcd33843bce7d46b7439b64c8bfa (diff) | |
download | ports-0e993de714f2d9045847faf06eb7241bf7ceb80a.tar.gz ports-0e993de714f2d9045847faf06eb7241bf7ceb80a.zip |
x11-toolkits/SoXt: Impelled to share/man
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/SoXt/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index ac5d7a220599..17e5f352f374 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -1,6 +1,6 @@ PORTNAME= SoXt PORTVERSION= 1.3.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11-toolkits MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ @@ -22,6 +22,7 @@ USE_PERL5= build SHEBANG_FILES= cfg/doxy4win.pl USE_XORG= xi GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+= --with-pthread=yes --with-coin=${LOCALBASE} # avoid renaming of soxt-config and soxt-config.1 USE_LDCONFIG= yes diff --git a/x11-toolkits/SoXt/pkg-plist b/x11-toolkits/SoXt/pkg-plist index e057b9fde621..c57a36867120 100644 --- a/x11-toolkits/SoXt/pkg-plist +++ b/x11-toolkits/SoXt/pkg-plist @@ -28,6 +28,6 @@ lib/libSoXt.so lib/libSoXt.so.20 lib/libSoXt.so.20.3.0 libdata/pkgconfig/SoXt.pc -man/man1/soxt-config.1.gz share/Coin/conf/soxt-default.cfg share/aclocal/soxt.m4 +share/man/man1/soxt-config.1.gz |