diff options
author | wiz <wiz> | 2005-07-19 15:30:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-07-19 15:30:15 +0000 |
commit | 08d76d195e8443d9b6b7fe634e28b86fdc3cd95a (patch) | |
tree | be8482a692ae9b1f9e31bf565df31301479bcef6 /games | |
parent | aab5118150d27044a0ce17fa2b0312281e02ca74 (diff) | |
download | pkgsrc-08d76d195e8443d9b6b7fe634e28b86fdc3cd95a.tar.gz |
Set LICENSE to quakedata-license. Add NO_BIN_ON_FTP (only software
as a whole may be re-distributed; this package extracts
the wad file only).
Diffstat (limited to 'games')
-rw-r--r-- | games/quakedata/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/quakedata/Makefile b/games/quakedata/Makefile index 1defe2fdd05..a85fd05e36a 100644 --- a/games/quakedata/Makefile +++ b/games/quakedata/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:56 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/07/19 15:30:15 wiz Exp $ DISTNAME= quake106 PKGNAME= quakedata-1.0 @@ -13,10 +13,11 @@ COMMENT= Game data files for Quake BUILD_DEPENDS+= lha-[0-9]*:../../archivers/lha -LICENSE+= shareware -RESTRICTED= "This software is shareware" +LICENSE+= quakedata-license +RESTRICTED= "This software is shareware." NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR} EXTRACT_CMD= unzip -q -o ${DOWNLOADED_DISTFILE} -d ${WRKDIR} resource.* |