mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Move manpages to ${PREFIX}/share/man Sponsored by: Rubicon Communications, LLC ("Netgate")
8 lines
249 B
Text
8 lines
249 B
Text
--- 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/
|