Skip to content

Commit

Permalink
devel/nss_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 6, 2024
1 parent 123192a commit a30b751
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions devel/nss_wrapper/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= nss_wrapper
PORTVERSION= 1.1.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SAMBA/cwrap

Expand All @@ -14,8 +14,6 @@ USES= cmake compiler:c++11-lang perl5 shebangfix
USE_PERL5= run
USE_LDCONFIG= yes

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

OPTIONS_DEFINE= TEST
OPTIONS_DEFAULT= TEST

Expand All @@ -32,6 +30,6 @@ PLIST_FILES= bin/nss_wrapper.pl \
lib/libnss_wrapper.so.0.2.3 \
lib/libnss_wrapper.so.0 \
lib/libnss_wrapper.so \
man/man1/nss_wrapper.1.gz
share/man/man1/nss_wrapper.1.gz

.include <bsd.port.mk>

0 comments on commit a30b751

Please sign in to comment.