diff options
author | asami <asami@FreeBSD.org> | 1996-03-09 20:55:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-09 20:55:06 +0800 |
commit | 3126f6cc6033812e95419efbce3c2f9f0851ef65 (patch) | |
tree | 098fd660a291d1a5e3dd7671a13ef23ae357f941 /www/Makefile | |
parent | e9bd41e7dff7fe58356c168e7e2b1a0c403d9083 (diff) | |
download | freebsd-ports-gnome-3126f6cc6033812e95419efbce3c2f9f0851ef65.tar.gz freebsd-ports-gnome-3126f6cc6033812e95419efbce3c2f9f0851ef65.tar.zst freebsd-ports-gnome-3126f6cc6033812e95419efbce3c2f9f0851ef65.zip |
Rename cern_httpd -> w3c_httpd, cern_linemode -> linemode. This completes
the repository copy operation. Thanks, Peter.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/Makefile b/www/Makefile index f67c507cd2ac..40e535d49a0d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,22 +1,22 @@ -# $Id: Makefile,v 1.4 1996/03/06 09:30:15 asami Exp $ +# $Id: Makefile,v 1.5 1996/03/07 03:54:24 asami Exp $ # RESTRICTED += Mosaic # requires Motif SUBDIR += apache RESTRICTED += ashe # requires Motif SUBDIR += cached - SUBDIR += cern_httpd - SUBDIR += cern_linemode SUBDIR += chimera SUBDIR += comline SUBDIR += gn SUBDIR += harvest SUBDIR += kaffe + SUBDIR += linemode SUBDIR += lynx SUBDIR += netscape SUBDIR += netscape2 SUBDIR += tkHTML SUBDIR += tkWWW + SUBDIR += w3c_httpd SUBDIR += weblint SUBDIR += wn SUBDIR += wwwish |