aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 13:58:03 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-23 14:49:54 +0000
commit06885a2b883470c9d76b66f5a28b017a1a590dcd (patch)
treede42e505ea4fb908c8bcafd82d2feb77f1a32842
parent35129baa133f6d25b0b32e2b1a66df47c92743a8 (diff)
downloadports-06885a2b883470c9d76b66f5a28b017a1a590dcd.tar.gz
ports-06885a2b883470c9d76b66f5a28b017a1a590dcd.zip
devel/pthsem: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/pthsem/Makefile3
-rw-r--r--devel/pthsem/pkg-plist4
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/pthsem/Makefile b/devel/pthsem/Makefile
index 6c7565c17722..950a1f3c15fb 100644
--- a/devel/pthsem/Makefile
+++ b/devel/pthsem/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pthsem
PORTVERSION= 2.0.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
@@ -11,6 +11,7 @@ WWW= https://www.auto.tuwien.ac.at/~mkoegler/index.php/pth
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= gmake libtool pathfix
INSTALL_TARGET= install-strip
diff --git a/devel/pthsem/pkg-plist b/devel/pthsem/pkg-plist
index 85da12d532a9..2de95a0df35d 100644
--- a/devel/pthsem/pkg-plist
+++ b/devel/pthsem/pkg-plist
@@ -5,6 +5,6 @@ lib/libpthsem.so
lib/libpthsem.so.20
lib/libpthsem.so.20.0.28
libdata/pkgconfig/pthsem.pc
-man/man1/pthsem-config.1.gz
-man/man3/pthsem.3.gz
+share/man/man1/pthsem-config.1.gz
+share/man/man3/pthsem.3.gz
share/aclocal/pthsem.m4