diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-04-09 19:38:31 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-04-09 19:38:31 +0000 |
commit | 6eb97b8c5e27f7be5aaa1d4a7c2ced25d3d8c792 (patch) | |
tree | 026c2c242de8c456e72fefc3660893197465ecaa /net | |
parent | 462c4c9c50f6c7846b9e349f8f61a03abf10df82 (diff) | |
download | pkgsrc-6eb97b8c5e27f7be5aaa1d4a7c2ced25d3d8c792.tar.gz |
Get rid of the non-standard variable DIST_VERSION.
Diffstat (limited to 'net')
-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} |