pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice2-bin pkglint: Alignment of variable va...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65b10bfc31a7
branches:  trunk
changeset: 515368:65b10bfc31a7
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Jul 02 09:28:37 2006 +0000

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

diffstat:

 misc/openoffice2-bin/Makefile.DragonFly.i386 |  8 ++++----
 misc/openoffice2-bin/Makefile.NetBSD.i386    |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r c2e182a6910f -r 65b10bfc31a7 misc/openoffice2-bin/Makefile.DragonFly.i386
--- a/misc/openoffice2-bin/Makefile.DragonFly.i386      Sun Jul 02 09:27:34 2006 +0000
+++ b/misc/openoffice2-bin/Makefile.DragonFly.i386      Sun Jul 02 09:28:37 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.DragonFly.i386,v 1.1 2006/01/30 17:24:49 joerg Exp $
+# $NetBSD: Makefile.DragonFly.i386,v 1.2 2006/07/02 09:28:37 ghen Exp $
 
-DEPENDS+=               suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+=               suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
-DEPENDS+=               suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2
+DEPENDS+=      suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+=      suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+DEPENDS+=      suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2
 
 .include "../../emulators/suse_linux/Makefile.application"
diff -r c2e182a6910f -r 65b10bfc31a7 misc/openoffice2-bin/Makefile.NetBSD.i386
--- a/misc/openoffice2-bin/Makefile.NetBSD.i386 Sun Jul 02 09:27:34 2006 +0000
+++ b/misc/openoffice2-bin/Makefile.NetBSD.i386 Sun Jul 02 09:28:37 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.2 2005/11/01 13:26:43 mrauch Exp $
+# $NetBSD: Makefile.NetBSD.i386,v 1.3 2006/07/02 09:28:37 ghen Exp $
 
-DEPENDS+=               suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
-DEPENDS+=               suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
-DEPENDS+=               suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2
+DEPENDS+=      suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
+DEPENDS+=      suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
+DEPENDS+=      suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2
 
 .include "../../emulators/suse_linux/Makefile.application"



Home | Main Index | Thread Index | Old Index