diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-10 18:51:56 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-10 18:51:56 +0000 |
commit | f2d83653ead2e509499a03a3f798487f2a88705e (patch) | |
tree | 4e0f37cf5c56e9eccbdbed4d4d1f72c42a41255a /www/w3c-httpd | |
parent | 053e6e899dc1b0982629a02b2f0583ccd2e21fec (diff) | |
download | ports-f2d83653ead2e509499a03a3f798487f2a88705e.tar.gz ports-f2d83653ead2e509499a03a3f798487f2a88705e.zip |
Notes
Diffstat (limited to 'www/w3c-httpd')
-rw-r--r-- | www/w3c-httpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/w3c-httpd/Makefile b/www/w3c-httpd/Makefile index aa3395aaaa60..50b7bb347786 100644 --- a/www/w3c-httpd/Makefile +++ b/www/w3c-httpd/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: pst # -# $Id: Makefile,v 1.8 1995/11/27 04:10:14 asami Exp $ +# $Id: Makefile,v 1.9 1995/12/10 18:41:24 ache Exp $ # DISTNAME= WWW @@ -11,8 +11,8 @@ PKGNAME= cern_httpd-3.0 CATEGORIES+= www MASTER_SITES= ftp://ftp.w3.org/pub/httpd/ \ ftp://ftp.w3.org/pub/libwww/ -DISTFILES= httpd_3.0_src.tar.gz \ - libwww_2.17_src.tar.Z +DISTFILES= libwww_2.17_src.tar.Z \ + httpd_3.0_src.tar.gz MAINTAINER= sa2c@and.or.jp |