diff options
author | asami <asami@FreeBSD.org> | 1997-11-15 21:09:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-15 21:09:43 +0800 |
commit | a92f9bf4d07087ccae2249455373a4ed34f727d6 (patch) | |
tree | 298b28bc5fbd55bf03854a84bf845ff0f3154db5 /www/Makefile | |
parent | 15260bb78f90df27d5cd6088b6b4c0541e4f2e31 (diff) | |
download | freebsd-ports-gnome-a92f9bf4d07087ccae2249455373a4ed34f727d6.tar.gz freebsd-ports-gnome-a92f9bf4d07087ccae2249455373a4ed34f727d6.tar.zst freebsd-ports-gnome-a92f9bf4d07087ccae2249455373a4ed34f727d6.zip |
Split netscape4 into communicator and navigator, so the two maintainers
shall never run into each other again.
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 3ec42b86dfd9..d2ba82ef703d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.62 1997/10/11 18:30:19 wosch Exp $ +# $Id: Makefile,v 1.63 1997/11/09 10:18:04 asami Exp $ # SUBDIR += Mosaic # requires Motif @@ -28,7 +28,8 @@ SUBDIR += mmm SUBDIR += momspider SUBDIR += netscape3 - SUBDIR += netscape4 + SUBDIR += netscape4-communicator + SUBDIR += netscape4-navigator SUBDIR += p5-Apache SUBDIR += p5-CGI SUBDIR += p5-CGI_Lite |