diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-01 22:02:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-01 22:02:34 +0000 |
commit | aab3423f0a4be39c3a6dbac34de674bd75079733 (patch) | |
tree | da2e83c160b980b877782c5571317157495176c3 /Makefile | |
parent | ac22c61ffeafbfc9a78c4fabb1ff40016910c151 (diff) | |
download | pkgsrc-aab3423f0a4be39c3a6dbac34de674bd75079733.tar.gz |
Indented the SUBDIR section to look like the SUBDIR sections in the
category Makefiles.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 86 |
1 files changed, 43 insertions, 43 deletions
@@ -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+= ${HOST_SPECIFIC_PKGS} 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 |