diff options
Diffstat (limited to 'www/apache20/Makefile')
-rw-r--r-- | www/apache20/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 4660267..0155e7c 100644 --- a/www/apache20/Makefile +++ b/www/apache20/Makefile @@ -1,14 +1,16 @@ # New ports collection makefile for: apache -# Version required: 08.13 +# Version required: 08 # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: erich@rrnet.com # # $Id: Makefile,v 1.1.1.1 1995/08/28 13:28:45 jkh Exp $ # -DISTNAME= apache_0.8.13 -PKGNAME= apache-0.8.13 +DISTNAME= apache_0.8.14 +PKGNAME= apache-0.8.14 CATEGORIES+= networking MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pub/WWW/apache/ +MAINTAINER= pst@freebsd.org + .include <bsd.port.mk> |