diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 10:17:30 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 10:18:00 +0100 |
commit | 93afada380e907a0c523de6b0315e969da64d0d0 (patch) | |
tree | 15bf5f5bc1993490c574c88fce3663de1211a384 | |
parent | net/ndproxy: Moved man to share/man (diff) |
net/nepenthes: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | net/nepenthes/Makefile | 3 | ||||
-rw-r--r-- | net/nepenthes/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/nepenthes/Makefile b/net/nepenthes/Makefile index 796364d8734b..108eb0c3fa09 100644 --- a/net/nepenthes/Makefile +++ b/net/nepenthes/Makefile @@ -1,6 +1,6 @@ PORTNAME= nepenthes PORTVERSION= 0.2.2 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/Nepenthes%20development/${PORTVERSION} @@ -17,6 +17,7 @@ USES= dos2unix libtool perl5 USE_CXXSTD= gnu++98 USE_GCC= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --localstatedir=/var INSTALL_TARGET= install-strip diff --git a/net/nepenthes/pkg-plist b/net/nepenthes/pkg-plist index 98f1afd47d38..ba686b0cd763 100644 --- a/net/nepenthes/pkg-plist +++ b/net/nepenthes/pkg-plist @@ -159,7 +159,7 @@ lib/nepenthes/x6.a lib/nepenthes/x6.so lib/nepenthes/x9.a lib/nepenthes/x9.so -man/man8/nepenthes.8.gz +share/man/man8/nepenthes.8.gz %%DATADIR%%/README %%DATADIR%%/README.VFS %%DATADIR%%/logo-shaded.svg |