1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

sysutils/virt-what: Move manpages to PREFIX/share/man

This commit is contained in:
Juraj Lutter 2024-02-07 11:53:03 +01:00
parent 90beeb6867
commit 55b65de471

View File

@ -1,5 +1,6 @@
PORTNAME= virt-what
PORTVERSION= 1.25
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://people.redhat.com/~rjones/virt-what/files/
@ -12,9 +13,10 @@ LICENSE= GPLv1
USES= perl5
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= libexec/virt-what-cpuid-helper \
man/man1/virt-what.1.gz \
share/man/man1/virt-what.1.gz \
sbin/virt-what
.include <bsd.port.mk>