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 /games/quakedata | |
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 'games/quakedata')
-rw-r--r-- | games/quakedata/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile index 2bc620375d9..343448f7558 100644 --- a/games/quakedata/Makefile +++ b/games/quakedata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/03/04 06:59:05 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:15 wiz Exp $ DISTNAME= quake106 PKGNAME= quakedata-1.0 @@ -11,15 +11,15 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.idsoftware.com/ COMMENT= Game data files for Quake - -BUILD_DEPENDS+= lha-[0-9]*:../../archivers/lha - LICENSE= quakedata-license + RESTRICTED= This software is shareware. NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +BUILD_DEPENDS+= lha-[0-9]*:../../archivers/lha + PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ELEMENTS= resource.* |