aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 19:33:06 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 20:24:06 +0000
commita14830be4e058006dcdf395b15ea2181af80ef12 (patch)
tree9c7d9f977be1eba06144cc635a44264adaeb5daf
parent9fffa37fbc5af0cd38dd658f806201e6588ed288 (diff)
downloadports-a14830be4e058006dcdf395b15ea2181af80ef12.tar.gz
ports-a14830be4e058006dcdf395b15ea2181af80ef12.zip
emulators/simh: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--emulators/simh/Makefile4
-rw-r--r--emulators/simh/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index 0f8d8aff903a..659af0467577 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -1,6 +1,6 @@
PORTNAME= simh
PORTVERSION= 3.9.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/:src \
http://www.ml1.org.uk/distfiles/:pdf \
@@ -58,7 +58,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/BIN/* ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/VAX/ka655x.bin ${STAGEDIR}${DATADIR}
- ${INSTALL_MAN} ${WRKDIR}/simh.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKDIR}/simh.1 ${STAGEDIR}${PREFIX}/share/man/man1
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}/pdf
diff --git a/emulators/simh/pkg-plist b/emulators/simh/pkg-plist
index 3707f47b6f7e..39e028802ff0 100644
--- a/emulators/simh/pkg-plist
+++ b/emulators/simh/pkg-plist
@@ -26,5 +26,5 @@ bin/swtp6800mp-a
bin/swtp6800mp-a2
bin/vax
bin/vax780
-man/man1/simh.1.gz
+share/man/man1/simh.1.gz
%%DATADIR%%/ka655x.bin