pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/skype pkglint says: Alignment of variable values s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5185c3412e5
branches:  trunk
changeset: 517984:b5185c3412e5
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Aug 28 07:54:05 2006 +0000

description:
pkglint says: Alignment of variable values should be done with tabs,
not spaces.

diffstat:

 net/skype/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r c4f60162e572 -r b5185c3412e5 net/skype/Makefile
--- a/net/skype/Makefile        Mon Aug 28 07:47:55 2006 +0000
+++ b/net/skype/Makefile        Mon Aug 28 07:54:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/05/22 22:22:04 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/08/28 07:54:05 ghen Exp $
 #
 
 DISTNAME=              skype_staticQT-1.2.0.18
@@ -30,11 +30,11 @@
 USE_DIRS+=             xdg-1.1
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 
-RESTRICTED=             Redistribution not allowed yet.
-NO_SRC_ON_CDROM=        ${RESTRICTED}
-NO_BIN_ON_FTP=          ${RESTRICTED}
-NO_BIN_ON_CDROM=        ${RESTRICTED}
-LICENSE=                skype-license
+RESTRICTED=            Redistribution not allowed yet.
+NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+LICENSE=               skype-license
 
 DATADIR=               ${PREFIX}/share/skype
 DOCDIR=                        ${PREFIX}/share/doc/skype



Home | Main Index | Thread Index | Old Index