diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | fe5426321afa29e8e557931a88fc18b5028ba6f8 (patch) | |
tree | e6d2be6ded13e95e962877648d4188b2b5aaffcf /russian/apache13/Makefile | |
parent | ace86ed3bb577fdc21baa273aed749b14cf37e11 (diff) | |
download | ports-fe5426321afa29e8e557931a88fc18b5028ba6f8.tar.gz ports-fe5426321afa29e8e557931a88fc18b5028ba6f8.zip |
Notes
Diffstat (limited to 'russian/apache13/Makefile')
-rw-r--r-- | russian/apache13/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/russian/apache13/Makefile b/russian/apache13/Makefile index 2e9dca4578e4..7ccb86358391 100644 --- a/russian/apache13/Makefile +++ b/russian/apache13/Makefile @@ -1,15 +1,13 @@ # New ports collection makefile for: apache HTTPD -# Version required: 1.3* # Date created: Sat Apr 10 22:30:36 EEST 1999 # Whom: vns@delta.odessa.ua # # $FreeBSD$ # -VERSION= 1.3.11 +PORTNAME= apache +PORTVERSION= 1.3.11 RA_VERSION= 29.3 -DISTNAME= apache_${VERSION} -PKGNAME= ru-apache-${VERSION} CATEGORIES= www russian MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -26,10 +24,11 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.mtnranch.net/pub/apache/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ +DISTNAME= apache_${PORTVERSION} PATCH_SITES= ftp://ftp.lexa.ru/pub/apache-rus/ \ ftp://ftp.lexa.ru/pub/apache-rus/old-versions/ -PATCHFILES= patches_${VERSION}rusPL${RA_VERSION}.tar.gz +PATCHFILES= patches_${PORTVERSION}rusPL${RA_VERSION}.tar.gz MAINTAINER= vns@delta.odessa.ua |