diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-30 04:02:33 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-30 04:02:33 +0800 |
commit | a28c01e5412edcce6742bd360639cf1fdb0f9deb (patch) | |
tree | 310fd5532f1122ff871e5bd948b57d4bd6656e85 /www | |
parent | f983cbb52517f9a9cd25b7fe67b05ed3fc7cddf2 (diff) | |
download | freebsd-ports-gnome-a28c01e5412edcce6742bd360639cf1fdb0f9deb.tar.gz freebsd-ports-gnome-a28c01e5412edcce6742bd360639cf1fdb0f9deb.tar.zst freebsd-ports-gnome-a28c01e5412edcce6742bd360639cf1fdb0f9deb.zip |
libwww 2.17 has been moved to a subdir.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3c-httpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index d3c47b2fbc47..7f4f233bbda9 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -3,14 +3,14 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.11 1996/03/09 06:35:38 peter Exp $ +# $Id: Makefile,v 1.12 1996/11/18 11:42:11 asami Exp $ # DISTNAME= WWW PKGNAME= w3c_httpd-3.0 CATEGORIES= www MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ - ftp://ftp.w3.org/pub/libwww/ + ftp://ftp.w3.org/pub/libwww/old/ DISTFILES= libwww_2.17_src.tar.Z \ httpd_3.0_src.tar.gz |