From 3ae0494ec0ae2a2872272abe8f3285d160b58cfe Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 28 Nov 2002 12:00:26 +0000 Subject: Placate pkglint --- emulators/simh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') 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 -- cgit v1.2.3