diff options
author | agc <agc@pkgsrc.org> | 2002-11-28 12:00:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-11-28 12:00:26 +0000 |
commit | 3ae0494ec0ae2a2872272abe8f3285d160b58cfe (patch) | |
tree | ae21e83c2c8857e1bf06cf2c0fb06e905654465f /emulators/simh | |
parent | bc3b447b17c5809116ab378d7a89d8d2a8ee6343 (diff) | |
download | pkgsrc-3ae0494ec0ae2a2872272abe8f3285d160b58cfe.tar.gz |
Placate pkglint
Diffstat (limited to 'emulators/simh')
-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 |