sysutils/pnscan: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 07:31:40 +01:00
parent 44bb8bd63a
commit 4304668c99
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -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>