summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-25 01:04:11 +0000
committerwiz <wiz@pkgsrc.org>2000-02-25 01:04:11 +0000
commitf895e15bb90e64f627a3b240931a490c02189db3 (patch)
tree5922622805f6c57a7c7c84cb4052390c0dc0ee45 /Makefile
parent940e7183817e88f872b9834cf21a9ab629edc223 (diff)
downloadpkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 696814a54e7..933cbb2d4c3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2000/02/09 03:51:12 hubertf Exp $
+# $NetBSD: Makefile,v 1.31 2000/02/25 01:04:11 wiz Exp $
# FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp
#
@@ -10,14 +10,11 @@ SUBDIR+= ${HOST_SPECIFIC_PKGS}
SUBDIR+= ${GROUP_SPECIFIC_PKGS}
SUBDIR+= ${USER_SPECIFIC_PKGS}
.else
-#SUBDIR += ai
SUBDIR += archivers
-#SUBDIR += astro
SUBDIR += audio
SUBDIR += benchmarks
SUBDIR += biology
SUBDIR += cad
-#SUBDIR += chinese
SUBDIR += comms
SUBDIR += converters
SUBDIR += corba
@@ -27,11 +24,9 @@ SUBDIR += devel
SUBDIR += editors
SUBDIR += emulators
SUBDIR += games
-#SUBDIR += german
SUBDIR += graphics
SUBDIR += ham
SUBDIR += japanese
-#SUBDIR += korean
SUBDIR += lang
SUBDIR += mail
SUBDIR += math
@@ -44,12 +39,10 @@ SUBDIR += parallel
SUBDIR += pkgtools
SUBDIR += plan9
SUBDIR += print
-#SUBDIR += russian
SUBDIR += security
SUBDIR += shells
SUBDIR += sysutils
SUBDIR += textproc
-#SUBDIR += vietnamese
SUBDIR += www
SUBDIR += x11
.endif