diff options
-rw-r--r-- | emulators/simh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index c10cbf8b677..8c9c4c187d9 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/11/06 08:37:46 thorpej Exp $ +# $NetBSD: Makefile,v 1.10 2002/11/28 12:00:26 agc Exp $ # DISTNAME= simhv210-0b2 @@ -7,8 +7,6 @@ PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ EXTRACT_SUFX= .zip -EXTRACT_CMD= unzip -aoq ${DOWNLOADED_DISTFILE} - DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ xq_beta5${EXTRACT_SUFX} @@ -18,6 +16,8 @@ COMMENT= Bob Supnik's historical computer simulator WRKSRC= ${WRKDIR} +EXTRACT_CMD= unzip -aoq ${DOWNLOADED_DISTFILE} + post-extract: ${MKDIR} ${WRKSRC}/BIN ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile |