git: 886bea719bc0 - main - emulators/vxtools: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:53 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=886bea719bc0da81f5e387c3e7d10cb9e3f66ade
commit 886bea719bc0da81f5e387c3e7d10cb9e3f66ade
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 19:17:28 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 19:25:27 +0000
emulators/vxtools: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
emulators/vxtools/Makefile | 8 ++++----
emulators/vxtools/pkg-plist | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/emulators/vxtools/Makefile b/emulators/vxtools/Makefile
index 3cc1cd4ce6ac..419dc459cafc 100644
--- a/emulators/vxtools/Makefile
+++ b/emulators/vxtools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vxtools
PORTVERSION= 0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.penguin.cz/pub/users/mhi/vxfs/
@@ -14,8 +14,8 @@ do-install:
.for f in vxls vxmount vxumount vxcat vxidump vxcd vxpwd prtvtoc
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
- ${INSTALL_MAN} ${WRKSRC}/prtvtoc.8 ${STAGEDIR}${MANPREFIX}/man/man8
- ${INSTALL_MAN} ${WRKSRC}/vxmount.1 ${STAGEDIR}${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/vxumount.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/prtvtoc.8 ${STAGEDIR}${PREFIX}/share/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/vxmount.1 ${STAGEDIR}${PREFIX}/share/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/vxumount.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>
diff --git a/emulators/vxtools/pkg-plist b/emulators/vxtools/pkg-plist
index 57d2de2eaa62..d2e13ad482ed 100644
--- a/emulators/vxtools/pkg-plist
+++ b/emulators/vxtools/pkg-plist
@@ -6,6 +6,6 @@ bin/vxcd
bin/vxpwd
bin/vxidump
bin/vxcat
-man/man1/vxmount.1.gz
-man/man1/vxumount.1.gz
-man/man8/prtvtoc.8.gz
+share/man/man1/vxmount.1.gz
+share/man/man1/vxumount.1.gz
+share/man/man8/prtvtoc.8.gz