aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 06:31:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 06:31:40 +0000
commit4304668c99e9b55ef3717aeed662351dde7c6ee6 (patch)
treed565489c51c29e361c99d615e4753fdee3ea6e6d
parent44bb8bd63a4a475a65ccbced4f959daf5eba0920 (diff)
sysutils/pnscan: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/pnscan/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/pnscan/Makefile b/sysutils/pnscan/Makefile
index 7b94a778fa2b..0a3e85e85ebb 100644
--- a/sysutils/pnscan/Makefile
+++ b/sysutils/pnscan/Makefile
@@ -1,6 +1,7 @@
PORTNAME= pnscan
DISTVERSIONPREFIX= v
DISTVERSION= 1.14.1
+PORTREVISION= 1
CATEGORIES= sysutils security
MAINTAINER= pen@lysator.liu.se
@@ -14,9 +15,10 @@ USE_GITHUB= yes
GH_ACCOUNT= ptrrkssn
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
PLIST_FILES= bin/pnscan \
- man/man1/pnscan.1.gz
+ share/man/man1/pnscan.1.gz
.include <bsd.port.mk>