aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:52:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-30 20:52:14 +0000
commit391ff48e8b1ea5fdf79cd84201a64981eb475b32 (patch)
treec837c1b0fe9e62ebec7d0ac997184964897006c9
parent2b695d23239eb3c44dfd42c57c3e5c086f59e1ff (diff)
downloadports-391ff48e8b1ea5fdf79cd84201a64981eb475b32.tar.gz
ports-391ff48e8b1ea5fdf79cd84201a64981eb475b32.zip
net-mgmt/bsnmp-regex: Moved man to share/man
-rw-r--r--net-mgmt/bsnmp-regex/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile
index 7195f192fa2a..62ef0283315c 100644
--- a/net-mgmt/bsnmp-regex/Makefile
+++ b/net-mgmt/bsnmp-regex/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bsnmp-regex
PORTVERSION= 0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-mgmt
MASTER_SITES= LOCAL/olivier
@@ -11,6 +11,7 @@ WWW= http://thewalter.net/stef/software/bsnmp-regex/
LICENSE= BSD3CLAUSE
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CPPFLAGS+= "-I${LOCALBASE}/include"
INSTALL_TARGET= install-strip
USES= libtool
@@ -19,9 +20,9 @@ OPTIONS_DEFINE= DEBUG PCRE
PCRE_DESC= Use PCRE instead of the default regex library
PLIST_FILES= bin/sockin lib/snmp_regex.so lib/snmp_regex.so.0 \
- lib/snmp_regex.so.0.0.0 lib/snmp_regex.a man/man1/sockin.1.gz \
- man/man5/bsnmp-regex.conf.5.gz \
- man/man8/bsnmp-regex.8.gz
+ lib/snmp_regex.so.0.0.0 lib/snmp_regex.a share/man/man1/sockin.1.gz \
+ share/man/man5/bsnmp-regex.conf.5.gz \
+ share/man/man8/bsnmp-regex.8.gz
.include <bsd.port.options.mk>