sysutils/phybs: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-22 18:46:42 +00:00
parent 3b2a2e2e3b
commit 3fecbc8101
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= phybs
PORTVERSION= 20140717
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= LOCAL/des
@ -8,8 +9,9 @@ COMMENT= Disk benchmarking utility
LICENSE= BSD2CLAUSE
PLIST_FILES= bin/phybs man/man1/phybs.1.gz
PLIST_FILES= bin/phybs share/man/man1/phybs.1.gz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk>