diff options
author | gdt <gdt@pkgsrc.org> | 2007-07-30 19:38:19 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-07-30 19:38:19 +0000 |
commit | 45f9011e7e30f829cbdf89480009d9dcec930220 (patch) | |
tree | 6462a24e6084785efdfc39ae47e2d64af0cdc7bf /net/skype/Makefile | |
parent | 4f7de8c884e4d7627709342ae9f5a83f50c1c89a (diff) | |
download | pkgsrc-45f9011e7e30f829cbdf89480009d9dcec930220.tar.gz |
Sort LICENSE before RESTRICTED. Reword RESTRICTED. Add
NO_SRC_ON_FTP.
Diffstat (limited to 'net/skype/Makefile')
-rw-r--r-- | net/skype/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index a6884219066..6cc2f62f610 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/07/30 19:20:29 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2007/07/30 19:38:19 gdt Exp $ # DISTNAME= skype_staticQT-1.2.0.18 @@ -12,11 +12,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.skype.com/ COMMENT= P2P VoIP software -RESTRICTED= Redistribution not allowed yet. +LICENSE= skype-license +RESTRICTED= Complex terms for redistribution. +NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -LICENSE= skype-license EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= base compat fontconfig freetype2 glx x11 |