summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-09-10 00:28:43 +0000
committergdt <gdt@pkgsrc.org>2008-09-10 00:28:43 +0000
commit6179ba09331fd22addc414f3c69d7c392e092f56 (patch)
tree888c0fbc385da2bd4aaba1f4a64a93ba67707adb /audio
parent4772821301b3d72bb6632ae3e1f153add8e90432 (diff)
downloadpkgsrc-6179ba09331fd22addc414f3c69d7c392e092f56.tar.gz
Kill fee-based-commercial-use in favor of unclear-patent-claims.
Add NO_BIN_ON_* to existing NO_SRC_ON_*.
Diffstat (limited to 'audio')
-rw-r--r--audio/gogo/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile
index eeda9c79b00..155044f76c8 100644
--- a/audio/gogo/Makefile
+++ b/audio/gogo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2008/03/02 06:10:32 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2008/09/10 00:28:43 gdt Exp $
#
DISTNAME= gogo239b
@@ -20,10 +20,12 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= gmake
+LICENSE= unclear-patent-claims
RESTRICTED= Source based on patent protected Fraunhofer code
-NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
-LICENSE= fee-based-commercial-use
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
.include "../../mk/bsd.prefs.mk"