diff options
author | Scott Mace <smace@FreeBSD.org> | 1998-10-19 12:48:57 +0000 |
---|---|---|
committer | Scott Mace <smace@FreeBSD.org> | 1998-10-19 12:48:57 +0000 |
commit | 06c87bf3d82e260ea0a15d359cd4199377cb846c (patch) | |
tree | 62ccbddab9dda694b8a74dc7f3368b608122a853 /www/apache13/Makefile | |
parent | Compile Under ELF (diff) |
Upgrade to 1.3.3
Fix module loading under ELF
PR: ports/8267 ports/8362
Notes
Notes:
svn path=/head/; revision=14068
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 5c17d686507e..2c2bce68dece 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,15 +3,15 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.61 1998/09/24 01:06:18 ache Exp $ +# $Id: Makefile,v 1.62 1998/09/24 01:24:04 ache Exp $ # -DISTNAME= apache_1.3.2 -PKGNAME= apache-1.3.2 +DISTNAME= apache_1.3.3 +PKGNAME= apache-1.3.3 CATEGORIES= www MASTER_SITES= ftp://www.apache.org/apache/dist/ -#PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_1.3.2/ +#PATCH_SITES= ftp://www.apache.org/apache/dist/patches/apply_to_1.3.3/ MAINTAINER= ache@freebsd.org |