diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 06f56759ab83097f935dffe578fb2580c3043d6b (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /emulators/simh | |
parent | 4d370739c847b8a33d050da71dc46a270cd4b967 (diff) | |
download | pkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/simh')
-rw-r--r-- | emulators/simh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 9f6fb181385..f5aa7e475b3 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2003/09/26 21:36:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/20 12:14:41 agc Exp $ # DISTNAME= simhv30-2 PKGNAME= simh-3.0.2 -WRKSRC= ${WRKDIR} CATEGORIES= emulators MASTER_SITES= http://simh.trailing-edge.com/sources/ EXTRACT_SUFX= .zip @@ -14,6 +13,7 @@ HOMEPAGE= http://simh.trailing-edge.com/ COMMENT= Bob Supnik's historical computer simulator EXTRACT_CMD= unzip -aoq ${DOWNLOADED_DISTFILE} +WRKSRC= ${WRKDIR} .include "../../mk/bsd.prefs.mk" |