pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Indented the SUBDIR section to look like the SUBDIR se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b373c7bf5e53
branches:  trunk
changeset: 498737:b373c7bf5e53
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 01 22:02:34 2005 +0000

description:
Indented the SUBDIR section to look like the SUBDIR sections in the
category Makefiles.

diffstat:

 Makefile |  86 ++++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 43 insertions(+), 43 deletions(-)

diffs (100 lines):

diff -r ed776f079ddb -r b373c7bf5e53 Makefile
--- a/Makefile  Thu Sep 01 21:39:57 2005 +0000
+++ b/Makefile  Thu Sep 01 22:02:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2005/07/15 18:27:48 jlam Exp $
+# $NetBSD: Makefile,v 1.75 2005/09/01 22:02:34 rillig Exp $
 #
 
 # tools used by this Makefile
@@ -19,48 +19,48 @@
 SUBDIR+=       ${GROUP_SPECIFIC_PKGS}
 SUBDIR+=       ${USER_SPECIFIC_PKGS}
 .else
-SUBDIR += archivers
-SUBDIR += audio
-SUBDIR += benchmarks
-SUBDIR += biology
-SUBDIR += cad
-SUBDIR += chat
-SUBDIR += comms
-SUBDIR += converters
-SUBDIR += cross
-SUBDIR += crosspkgtools
-SUBDIR += databases
-SUBDIR += devel
-SUBDIR += editors
-SUBDIR += emulators
-SUBDIR += finance
-SUBDIR += fonts
-SUBDIR += games
-SUBDIR += geography
-SUBDIR += graphics
-SUBDIR += ham
-SUBDIR += inputmethod
-SUBDIR += lang
-SUBDIR += mail
-SUBDIR += math
-SUBDIR += mbone
-SUBDIR += meta-pkgs
-SUBDIR += misc
-SUBDIR += multimedia
-SUBDIR += net
-SUBDIR += news
-SUBDIR += parallel
-SUBDIR += pkgtools
-SUBDIR += print
-#SUBDIR += regress
-SUBDIR += security
-SUBDIR += shells
-SUBDIR += sysutils
-SUBDIR += textproc
-SUBDIR += time
-SUBDIR += wm
-SUBDIR += www
-SUBDIR += x11
+SUBDIR+=       archivers
+SUBDIR+=       audio
+SUBDIR+=       benchmarks
+SUBDIR+=       biology
+SUBDIR+=       cad
+SUBDIR+=       chat
+SUBDIR+=       comms
+SUBDIR+=       converters
+SUBDIR+=       cross
+SUBDIR+=       crosspkgtools
+SUBDIR+=       databases
+SUBDIR+=       devel
+SUBDIR+=       editors
+SUBDIR+=       emulators
+SUBDIR+=       finance
+SUBDIR+=       fonts
+SUBDIR+=       games
+SUBDIR+=       geography
+SUBDIR+=       graphics
+SUBDIR+=       ham
+SUBDIR+=       inputmethod
+SUBDIR+=       lang
+SUBDIR+=       mail
+SUBDIR+=       math
+SUBDIR+=       mbone
+SUBDIR+=       meta-pkgs
+SUBDIR+=       misc
+SUBDIR+=       multimedia
+SUBDIR+=       net
+SUBDIR+=       news
+SUBDIR+=       parallel
+SUBDIR+=       pkgtools
+SUBDIR+=       print
+#SUBDIR+=      regress
+SUBDIR+=       security
+SUBDIR+=       shells
+SUBDIR+=       sysutils
+SUBDIR+=       textproc
+SUBDIR+=       time
+SUBDIR+=       wm
+SUBDIR+=       www
+SUBDIR+=       x11
 .endif
 
 .ifdef USER_ADDITIONAL_PKGS



Home | Main Index | Thread Index | Old Index