pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Using tabs for indentation of SUBDIR instead of spaces.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d00ced8247e
branches:  trunk
changeset: 497901:6d00ced8247e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Aug 07 00:17:20 2005 +0000

description:
Using tabs for indentation of SUBDIR instead of spaces.

diffstat:

 emulators/Makefile |   4 ++--
 fonts/Makefile     |  16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r 538cb0c133d4 -r 6d00ced8247e emulators/Makefile
--- a/emulators/Makefile        Sun Aug 07 00:14:22 2005 +0000
+++ b/emulators/Makefile        Sun Aug 07 00:17:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.133 2005/07/26 04:13:15 tv Exp $
+# $NetBSD: Makefile,v 1.134 2005/08/07 00:17:20 rillig Exp $
 #
 
 COMMENT=       Emulators for other operating systems
@@ -47,7 +47,7 @@
 SUBDIR+=       gpsim-devel
 SUBDIR+=       gpsim-oscilloscope
 SUBDIR+=       gpsim-ptyusart
-SUBDIR+=        gxemul
+SUBDIR+=       gxemul
 SUBDIR+=       hatari
 SUBDIR+=       hercules
 SUBDIR+=       hercules-images
diff -r 538cb0c133d4 -r 6d00ced8247e fonts/Makefile
--- a/fonts/Makefile    Sun Aug 07 00:14:22 2005 +0000
+++ b/fonts/Makefile    Sun Aug 07 00:17:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2005/07/20 01:02:34 reed Exp $
+# $NetBSD: Makefile,v 1.83 2005/08/07 00:17:20 rillig Exp $
 #
 
 COMMENT=       Fonts
@@ -105,13 +105,13 @@
 SUBDIR+=       vfontcap-kochi
 SUBDIR+=       watanabe_vfont
 SUBDIR+=       xmbdfed
-SUBDIR+=        xorg-fonts100dpi
-SUBDIR+=        xorg-fonts75dpi
-SUBDIR+=        xorg-fontsCyrillic
-SUBDIR+=        xorg-fontsEncodings
-SUBDIR+=        xorg-fontsMisc
-SUBDIR+=        xorg-fontsTruetype
+SUBDIR+=       xorg-fonts100dpi
+SUBDIR+=       xorg-fonts75dpi
+SUBDIR+=       xorg-fontsCyrillic
+SUBDIR+=       xorg-fontsEncodings
+SUBDIR+=       xorg-fontsMisc
+SUBDIR+=       xorg-fontsTruetype
 SUBDIR+=       xorg-fontsType1
-SUBDIR+=        xorg-fontserver
+SUBDIR+=       xorg-fontserver
 
 .include "../mk/bsd.pkg.subdir.mk"



Home | Main Index | Thread Index | Old Index