Skip to content

Commit

Permalink
sysutils/vmdktool: Update manpages path
Browse files Browse the repository at this point in the history
Move manpages to ${PREFIX}/share/man

Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Jan 8, 2024
1 parent 3f49efd commit 25bd2c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysutils/vmdktool/Makefile
Expand Up @@ -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>
8 changes: 8 additions & 0 deletions sysutils/vmdktool/files/patch-Makefile
@@ -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/

0 comments on commit 25bd2c9

Please sign in to comment.