Skip to content

Commit

Permalink
devel/libphk: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 296143d commit 833b80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion 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.//}
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions devel/libphk/pkg-plist
Expand Up @@ -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

0 comments on commit 833b80f

Please sign in to comment.