sysutils/vmdktool: Update manpages path

Move manpages to ${PREFIX}/share/man

Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Renato Botelho 2024-01-08 13:39:30 -03:00
parent 3f49efdf60
commit 25bd2c915c
2 changed files with 11 additions and 3 deletions

View File

@ -15,10 +15,10 @@ USES= perl5
# We need the prove utility from Perl 5.
USE_PERL5= test
PLIST_FILES= bin/vmdktool \
man/man8/vmdktool.8.gz
ALL_TARGET= vmdktool
TEST_TARGET= test
PLIST_FILES= bin/vmdktool \
share/man/man8/vmdktool.8.gz
.include <bsd.port.mk>

View File

@ -0,0 +1,8 @@
--- Makefile.orig 2024-01-08 16:38:12 UTC
+++ Makefile
@@ -28,4 +28,4 @@ install:
install:
install -s vmdktool ${DESTDIR}${PREFIX}/bin/
- install vmdktool.8 ${DESTDIR}${PREFIX}/man/man8/
+ install vmdktool.8 ${DESTDIR}${PREFIX}/share/man/man8/