pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/skype Get rid of the non-standard variable DIST_VE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f5ea795bcf96
branches: trunk
changeset: 492308:f5ea795bcf96
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Apr 09 19:38:31 2005 +0000
description:
Get rid of the non-standard variable DIST_VERSION.
diffstat:
net/skype/Makefile | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r c1bdf59c71e9 -r f5ea795bcf96 net/skype/Makefile
--- a/net/skype/Makefile Sat Apr 09 19:33:03 2005 +0000
+++ b/net/skype/Makefile Sat Apr 09 19:38:31 2005 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index