diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | f2f84ca1003215c84547f3e0c73fb900a258ffc8 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /net/skype | |
parent | cedee8af400ce7b5e9953aff3e8123529d4330fb (diff) | |
download | pkgsrc-f2f84ca1003215c84547f3e0c73fb900a258ffc8.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 41eb0b72979..f97550582e1 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/02/05 00:53:09 jmcneill Exp $ +# $NetBSD: Makefile,v 1.30 2009/05/19 08:59:28 wiz Exp $ # DISTNAME= skype_static-1.4.0.118-oss @@ -12,16 +12,16 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.skype.com/ COMMENT= P2P VoIP software - -PKG_DESTDIR_SUPPORT= user-destdir - 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} +PKG_DESTDIR_SUPPORT= user-destdir + EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= base compat fontconfig freetype2 glx \ libsigc++2 resmgr x11 |