diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-28 07:54:05 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-28 07:54:05 +0000 |
commit | 21332cf09ae0eae8d0973ce438babd910abd8095 (patch) | |
tree | 30d7f26f042b9aedae307126d3410fcf254de361 /net | |
parent | 141b61cbd1a4eb9e95c6322cb6019f07b4e9ef7c (diff) | |
download | pkgsrc-21332cf09ae0eae8d0973ce438babd910abd8095.tar.gz |
pkglint says: Alignment of variable values should be done with tabs,
not spaces.
Diffstat (limited to 'net')
-rw-r--r-- | net/skype/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/skype/Makefile b/net/skype/Makefile index 86a17a5e267..fa3db268811 100644 --- a/net/skype/Makefile +++ b/net/skype/Makefile @@ -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 @@ NO_CONFIGURE= yes 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 |