Skip to content

Commit

Permalink
devel/uid_wrapper: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 7, 2024
1 parent f5f967a commit 72ab817
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions devel/uid_wrapper/Makefile
@@ -1,5 +1,6 @@
PORTNAME= uid_wrapper
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SAMBA/cwrap

Expand All @@ -12,8 +13,6 @@ LICENSE= GPLv3
USES= cmake
USE_LDCONFIG= yes

CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH="${PREFIX}/man"

OPTIONS_DEFINE= TEST
OPTIONS_DEFAULT= TEST

Expand All @@ -27,6 +26,6 @@ PLIST_FILES= libdata/pkgconfig/uid_wrapper.pc \
lib/libuid_wrapper.so.0.0.6 \
lib/libuid_wrapper.so.0 \
lib/libuid_wrapper.so \
man/man1/uid_wrapper.1.gz
share/man/man1/uid_wrapper.1.gz

.include <bsd.port.mk>

0 comments on commit 72ab817

Please sign in to comment.