diff options
author | dirk <dirk@FreeBSD.org> | 1999-04-13 00:49:28 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-04-13 00:49:28 +0800 |
commit | f0cc8af87cd526c50dbd9b5f1d9dd31357b24d24 (patch) | |
tree | ebb269df92fab62f0f1ec3f613cf9ee2ef4683e2 | |
parent | 34fcb4fd809b0680b1662efcccc2b96acf34023d (diff) | |
download | freebsd-ports-gnome-f0cc8af87cd526c50dbd9b5f1d9dd31357b24d24.tar.gz freebsd-ports-gnome-f0cc8af87cd526c50dbd9b5f1d9dd31357b24d24.tar.zst freebsd-ports-gnome-f0cc8af87cd526c50dbd9b5f1d9dd31357b24d24.zip |
Remove apache12-ssl, since it is "ancient history and is no longer supported
(and has some security issues)".
Thanks, Mark, for your work.
Requested by: Adam Laurie <adam@algroup.co.uk>
Approved by: Mark Murray <markm@freebsd.org>
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 2853f4b7e89f..ae9a4f192594 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.122 1999/03/20 08:51:36 nectar Exp $ +# $Id: Makefile,v 1.123 1999/03/31 06:27:07 taoka Exp $ # SUBDIR += Mosaic # requires Motif @@ -8,7 +8,6 @@ SUBDIR += apache12 SUBDIR += apache12-fp SUBDIR += apache12-php3 - SUBDIR += apache12-ssl SUBDIR += apache13 SUBDIR += apache13-fp SUBDIR += apache13-modssl |