aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:05:22 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:05:22 +0000
commit833b80f7e229506c1d9b30d9d6587637ad7843a7 (patch)
tree374a059288b373db5c16fdba2f90b14ec55f5ec8
parent296143d06f8b81f9d8ef691ab4e1d67c57678abd (diff)
downloadports-833b80f7e229506c1d9b30d9d6587637ad7843a7.tar.gz
ports-833b80f7e229506c1d9b30d9d6587637ad7843a7.zip
devel/libphk: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--devel/libphk/Makefile4
-rw-r--r--devel/libphk/pkg-plist6
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/libphk/Makefile b/devel/libphk/Makefile
index baad9d4a7016..e87d3fefc5e3 100644
--- a/devel/libphk/Makefile
+++ b/devel/libphk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libphk
PORTVERSION= 0.3.20080902
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://phk.freebsd.dk/phkrel/
DISTNAME= Libphk.${PORTVERSION:C/0.3.//}
@@ -19,6 +19,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= uidfix tar:tgz
+MAKE_FLAGS+= MANDIR=${PREFIX}/share/man/man
+
# XXX static PIE libraries not yet supported by the base system
MAKE_FLAGS+= WITHOUT_PIE=true
MAKE_JOBS_UNSAFE= yes
diff --git a/devel/libphk/pkg-plist b/devel/libphk/pkg-plist
index 0dffe0247a3d..980e5c1740a1 100644
--- a/devel/libphk/pkg-plist
+++ b/devel/libphk/pkg-plist
@@ -9,6 +9,6 @@ include/phk_modbus.h
include/phk_lineup.h
lib/libphk.a
%%PROFILE%%lib/libphk_p.a
-man/man3/libphk.3.gz
-man/man3/phk_argv.3.gz
-man/man3/phk_binheap.3.gz
+share/man/man3/libphk.3.gz
+share/man/man3/phk_argv.3.gz
+share/man/man3/phk_binheap.3.gz