pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/quake3arena Add



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14eda5de0109
branches:  trunk
changeset: 546942:14eda5de0109
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Sep 10 00:39:55 2008 +0000

description:
Add
 LICENSE=       generic-nonlicense
 RESTRICTED=    Unclear terms
 NO_SRC_ON_FTP=         ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_SRC_ON_CDROM=       ${RESTRICTED}
 NO_BIN_ON_CDROM=       ${RESTRICTED}
in lieu of setting NO_*_ON_FTP to "no".

diffstat:

 games/quake3arena/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r b82ec34bff27 -r 14eda5de0109 games/quake3arena/Makefile
--- a/games/quake3arena/Makefile        Wed Sep 10 00:36:09 2008 +0000
+++ b/games/quake3arena/Makefile        Wed Sep 10 00:39:55 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/05/26 02:13:19 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2008/09/10 00:39:55 gdt Exp $
 
 DISTNAME=      linuxq3apoint-1.32b.x86
 PKGREVISION=   3
@@ -17,8 +17,12 @@
 EMUL_PLATFORMS=                linux-i386
 EMUL_MODULES.linux=    base x11 glx
 
-NO_SRC_ON_FTP= no
-NO_BIN_ON_FTP= no
+LICENSE=       generic-nonlicense
+RESTRICTED=    Unclear terms
+NO_SRC_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 



Home | Main Index | Thread Index | Old Index