diff options
Diffstat (limited to 'net/skype')
-rw-r--r-- | net/skype/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 9194089b2d2..127b68c6f96 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/04/09 19:33:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/09 19:38:31 jmmv Exp $ # -DISTNAME= skype_staticQT-${DIST_VERSION} -PKGNAME= skype-${DIST_VERSION} +DISTNAME= skype_staticQT-1.0.0.1 +PKGNAME= ${DISTNAME:S/_staticQT//} CATEGORIES= net MASTER_SITES= http://download.skype.com/linux/ EXTRACT_SUFX= .tar.bz2 @@ -28,8 +28,6 @@ ONLY_FOR_PLATFORM= *-*-i386 NO_CONFIGURE= yes CHECK_SHLIBS= no -DIST_VERSION= 1.0.0.1 - RESTRICTED= "Redistribution not allowed yet." NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} |