diff options
Diffstat (limited to 'emulators/simh/Makefile')
-rw-r--r-- | emulators/simh/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index b2fe094a686..f846750eea3 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/08/20 23:58:14 soren Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/19 20:54:21 thorpej Exp $ # -DISTNAME= simhv29-11 -PKGNAME= simh-2.9.11 +DISTNAME= simhv210-0b2 +PKGNAME= simh-2.10.0b2 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ EXTRACT_SUFX= .zip @@ -14,10 +14,11 @@ COMMENT= Bob Supnik's historical computer simulator WRKSRC= ${WRKDIR} -pre-build: +post-extract: ${MKDIR} ${WRKSRC}/BIN - -${MV} ${WRKSRC}/AltairZ80/altairz80_defs.h \ - ${WRKSRC}/AltairZ80/altairZ80_defs.h + ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile + ${MV} ${WRKSRC}/AltairZ80/altairZ80_defs.h \ + ${WRKSRC}/AltairZ80/altairz80_defs.h do-install: (cd ${WRKSRC}/BIN && for BIN in *; do \ |