diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /emulators/spim/Makefile | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'emulators/spim/Makefile')
-rw-r--r-- | emulators/spim/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 53433a47244..7acff4c30d4 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/04/28 21:19:00 zafer Exp $ +# $NetBSD: Makefile,v 1.39 2009/05/19 08:59:13 wiz Exp $ DISTNAME= spim-7.3 CATEGORIES= emulators @@ -7,16 +7,16 @@ MASTER_SITES= http://pages.cs.wisc.edu/~larus/SPIM/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pages.cs.wisc.edu/~larus/spim.html COMMENT= MIPS R2000 Simulator +LICENSE= spim-license -PKG_DESTDIR_SUPPORT= user-destdir - -LICENSE= spim-license RESTRICTED= No permission to copy, and prohibited commercially. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} HAS_CONFIGURE= yes CONFIGURE_DIRS= xspim |