git: 1fe4f9635612 - main - emulators/vmsbackup: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 17:59:01 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1fe4f9635612e3d02a6a5f67f44065d3032f6929
commit 1fe4f9635612e3d02a6a5f67f44065d3032f6929
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-23 17:23:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-23 17:58:31 +0000
emulators/vmsbackup: Moved man to share/man
Approved by: portmgr (blanket)
---
emulators/vmsbackup/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile
index 20332317230a..de3b8edad1dd 100644
--- a/emulators/vmsbackup/Makefile
+++ b/emulators/vmsbackup/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vmsbackup
PORTVERSION= 4.1.1
+PORTREVISION= 1
CATEGORIES= emulators sysutils
MASTER_SITES= LOCAL/erwin
DISTNAME= VMSBACKUP4-1-1
@@ -12,13 +13,13 @@ WWW= https://www.panix.com/~kingdon/vms/backup.html
USES= zip
ALL_TARGET= vmsbackup
NO_WRKSUBDIR= yes
-PLIST_FILES= bin/vmsbackup man/man1/vmsbackup.1.gz
+PLIST_FILES= bin/vmsbackup share/man/man1/vmsbackup.1.gz
post-patch:
@${REINPLACE_CMD} -e 's#"getopt.h"#<unistd.h>#' ${WRKSRC}/getoptmain.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vmsbackup ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/vmsbackup.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/vmsbackup.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>