aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-11-27 03:50:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-11-27 03:50:07 +0000
commite60d4861edf59931680528ed013fa3c075d7e1e9 (patch)
tree7dee682699059a5ea47dc524bae48caaf8051ab0 /Makefile
parent13b4c6b5e4ee1d96785beaf906880be28ca8b734 (diff)
downloadports-e60d4861edf59931680528ed013fa3c075d7e1e9.tar.gz
ports-e60d4861edf59931680528ed013fa3c075d7e1e9.zip
Move utils to misc. Add www.
Notes
Notes: svn path=/head/; revision=2484
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4992656626f8..04c1b86378c0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 1995/07/13 00:57:24 asami Exp $
+# $Id: Makefile,v 1.21 1995/08/14 04:08:46 asami Exp $
#
SUBDIR += archivers
@@ -16,6 +16,7 @@ SUBDIR += japanese
SUBDIR += lang
SUBDIR += mail
SUBDIR += math
+SUBDIR += misc
SUBDIR += net
SUBDIR += news
SUBDIR += plan9
@@ -24,7 +25,7 @@ SUBDIR += russian
SUBDIR += shells
SUBDIR += security
SUBDIR += sysutils
-SUBDIR += utils
+SUBDIR += www
SUBDIR += x11
.include <bsd.port.subdir.mk>