aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 06:49:18 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 06:49:18 +0000
commitb17318006d4a8a12e23a2a85252ad6fc38e21cbc (patch)
tree16d699d7316c1b4aee56a25fbdad5f816ee604b8
parent4651f24ce63092b9b2358a86ae0e2a8949a8f6b8 (diff)
downloadports-b17318006d4a8a12e23a2a85252ad6fc38e21cbc.tar.gz
ports-b17318006d4a8a12e23a2a85252ad6fc38e21cbc.zip
net-mgmt/pktstat: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net-mgmt/pktstat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/pktstat/Makefile b/net-mgmt/pktstat/Makefile
index 00cfb4cee3aa..5ca9dba32f1b 100644
--- a/net-mgmt/pktstat/Makefile
+++ b/net-mgmt/pktstat/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pktstat
PORTVERSION= 1.8.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= freebsd@sosend.de
@@ -15,7 +15,8 @@ GH_TAGNAME= 46935839b
USES= autoreconf ncurses
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>