diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-11 23:16:47 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-11 23:16:47 +0000 |
commit | 88be4d3e6ac82ec82d4f68528507fb4856cfb93d (patch) | |
tree | 8cdb2c71d8767a11c95906d839104ac65855727a /net | |
parent | Add net/limewire. (diff) |
Add RESTRICED and NO_PACKAGE since limewire license does not allow any form
of redistribution.
Pointed out by: lioux
Notes
Notes:
svn path=/head/; revision=62835
Diffstat (limited to 'net')
-rw-r--r-- | net/limewire/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/limewire/Makefile b/net/limewire/Makefile index 56b24976cefe..94182a34b335 100644 --- a/net/limewire/Makefile +++ b/net/limewire/Makefile @@ -17,7 +17,10 @@ MAINTAINER= mkm@ieee.org USE_JAVA= 1.3+ NO_BUILD= yes NO_WRKSUBDIR= yes -NO_CDROM= "License does not allow" + +RESTRICTED= License does not allow redistribution of any kind +NO_CDROM= ${RESTRICTED} +NO_PACKAGE= ${RESTRICTED} JAR_DIR= ${PREFIX}/share/java/jar/limewire PLIST_SUB= JAR_DIR="${JAR_DIR:S/${PREFIX}//}" |