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/spim | |
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/spim')
-rw-r--r-- | emulators/spim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index c34607c8ac3..8d59ff3a5e2 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2003/02/04 02:54:25 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.13 2003/03/29 12:40:51 jmmv Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp # DISTNAME= spim PKGNAME= spim-6.5 +WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= emulators MASTER_SITES= http://www.cs.wisc.edu/~larus/SPIM/ \ ftp://ftp.cs.wisc.edu/pub/spim/ @@ -12,7 +13,6 @@ MAINTAINER= deberg@netbsd.org HOMEPAGE= http://www.cs.wisc.edu/~larus/spim.html COMMENT= MIPS R2000 Simulator -WRKSRC= ${WRKDIR}/${PKGNAME} DIST_SUBDIR= ${PKGNAME} HAS_CONFIGURE= yes |