aboutsummaryrefslogtreecommitdiff
path: root/emulators/simh
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-28 06:17:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-28 06:17:18 +0000
commita489328f445d91f64705bcb83befacbc4cb838d4 (patch)
treefb45efd8888995fcd88256b49128d1ef80dd2534 /emulators/simh
parent6c5ebc974841db1416cc4ec0590e925def434f8a (diff)
downloadports-a489328f445d91f64705bcb83befacbc4cb838d4.tar.gz
ports-a489328f445d91f64705bcb83befacbc4cb838d4.zip
Notes
Diffstat (limited to 'emulators/simh')
-rw-r--r--emulators/simh/Makefile10
-rw-r--r--emulators/simh/files/pkg-message.in2
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile
index bf48e4825bb6..5fab8852e116 100644
--- a/emulators/simh/Makefile
+++ b/emulators/simh/Makefile
@@ -5,11 +5,11 @@
# $FreeBSD$
#
-PORTNAME= sim
+PORTNAME= simh
PORTVERSION= 3.7
CATEGORIES= emulators
MASTER_SITES= http://simh.trailing-edge.com/sources/
-DISTNAME= ${PORTNAME}hv37-0
+DISTNAME= ${PORTNAME}v37-0
MAINTAINER= trasz@pin.if.uz.zgora.pl
COMMENT= Emulates classic DEC, HP, GRI, IBM, Altair, SDS, Honeywell, and others
@@ -30,7 +30,7 @@ BIN_FILES= altair h316 ibm1130 nova pdp15 pdp9 vax780 \
PORTDOCS= 0readme_37.txt 0readme_ethernet.txt
-PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/sim-eclipse
+PLIST_FILES= ${BIN_FILES:S/^/bin\//g} %%DATADIR%%/ka655x.bin bin/simh-eclipse
PLIST_DIRS= %%DATADIR%%
SUB_FILES+= pkg-message
@@ -51,8 +51,8 @@ do-install:
.for file in ${BIN_FILES}
${INSTALL_PROGRAM} ${WRKDIR}/BIN/${file} ${PREFIX}/bin
.endfor
-# eclipse conflicts with java/eclipse, install it as sim-eclipse
- ${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/sim-eclipse
+# eclipse conflicts with java/eclipse, install it as simh-eclipse
+ ${INSTALL_PROGRAM} ${WRKDIR}/BIN/eclipse ${PREFIX}/bin/simh-eclipse
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKDIR}/VAX/ka655x.bin ${DATADIR}
diff --git a/emulators/simh/files/pkg-message.in b/emulators/simh/files/pkg-message.in
index 1c3a94dfa896..8095ddd6520a 100644
--- a/emulators/simh/files/pkg-message.in
+++ b/emulators/simh/files/pkg-message.in
@@ -1,5 +1,5 @@
*********************************************************************
-The file needed by the VAX emulator is located in %%PREFIX%%/share/sim
+The file needed by the VAX emulator is located in %%PREFIX%%/share/simh
*********************************************************************