diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /emulators/simh/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'emulators/simh/Makefile')
-rw-r--r-- | emulators/simh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 22c85b72518..7e73ba9974d 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2003/03/22 11:58:16 cjep Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/29 12:40:51 jmmv Exp $ # DISTNAME= simhv210-0b2 PKGNAME= simh-2.10.0b2 PKGREVISION= 2 +WRKSRC= ${WRKDIR} CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ EXTRACT_SUFX= .zip @@ -14,8 +15,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://simh.trailing-edge.com/ COMMENT= Bob Supnik's historical computer simulator -WRKSRC= ${WRKDIR} - EXTRACT_CMD= unzip -aoq ${DOWNLOADED_DISTFILE} .include "../../mk/bsd.prefs.mk" |