sysutils/xin: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 08:41:08 +01:00
parent 8398827922
commit b329cdeaa3
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= xin
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SUNSITE/utils/file
@ -12,6 +12,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/xin man/man1/xin.1.gz
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/xin share/man/man1/xin.1.gz
.include <bsd.port.mk>