git: 1074edd5b5f0 - main - emulators/simh-hp3000: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 19:25:51 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1074edd5b5f01c9e6c21da92b51d6ad64e59a935 commit 1074edd5b5f01c9e6c21da92b51d6ad64e59a935 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 19:06:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 19:25:27 +0000 emulators/simh-hp3000: Sanitize MANPREFIX Approved by: portmgr (blanket) --- emulators/simh-hp3000/Makefile | 3 ++- emulators/simh-hp3000/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emulators/simh-hp3000/Makefile b/emulators/simh-hp3000/Makefile index 4819bfb34e83..510f802426d1 100644 --- a/emulators/simh-hp3000/Makefile +++ b/emulators/simh-hp3000/Makefile @@ -1,5 +1,6 @@ PORTNAME= hp3000 DISTVERSION= 3.11-0.10 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/hp/releases/:src \ http://simh.trailing-edge.com/hp/docs/:app \ @@ -37,7 +38,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hp3000 ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/hp3000.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/hp3000.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/SCP/doc/*.txt ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/SCP/doc/hp3000_guide.pdf ${STAGEDIR}${DOCSDIR} diff --git a/emulators/simh-hp3000/pkg-plist b/emulators/simh-hp3000/pkg-plist index 99462c646d20..7b1fa6150946 100644 --- a/emulators/simh-hp3000/pkg-plist +++ b/emulators/simh-hp3000/pkg-plist @@ -1,5 +1,5 @@ bin/hp3000 -man/man1/hp3000.1.gz +share/man/man1/hp3000.1.gz %%DOCSDIR%%/hp3000_diag.txt %%DOCSDIR%%/hp3000_guide.pdf %%DOCSDIR%%/hp3000_release.txt