diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 09:44:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 09:44:45 +0800 |
commit | 31fe828891123fad4b34bdd6748dbe7e91008a71 (patch) | |
tree | 31112c899946c22f3eadc424f957ed495c391958 /www | |
parent | f7b04737611525e4c8f2cdee6df02ee4a8079986 (diff) | |
download | freebsd-ports-gnome-31fe828891123fad4b34bdd6748dbe7e91008a71.tar.gz freebsd-ports-gnome-31fe828891123fad4b34bdd6748dbe7e91008a71.tar.zst freebsd-ports-gnome-31fe828891123fad4b34bdd6748dbe7e91008a71.zip |
Add the fcgi, squirm, and thttpd ports.
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 3c23afd68a5a..118814db9c41 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.128 1999/05/20 01:30:51 asami Exp $ +# $Id: Makefile,v 1.129 1999/05/23 21:16:11 peter Exp $ # SUBDIR += Mosaic # requires Motif @@ -25,6 +25,7 @@ SUBDIR += chimera2 SUBDIR += comline SUBDIR += evg + SUBDIR += fcgi SUBDIR += fxhtml SUBDIR += gn SUBDIR += grail @@ -83,7 +84,9 @@ SUBDIR += squid22 SUBDIR += squidclients SUBDIR += squidtimes + SUBDIR += squirm SUBDIR += swish-e + SUBDIR += thttpd SUBDIR += tidy SUBDIR += transproxy SUBDIR += vrweb |