diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-13 19:19:05 +0000 |
commit | ad484df21a7c7d25e1e37ed90fff311f479a8e91 (patch) | |
tree | af76de1209d059ff9421680d176b5dffbc47e83e /russian/apache13 | |
parent | 0683433bc6f07a8866845c124869b1431eed09e8 (diff) | |
download | FreeBSD-ports-ad484df21a7c7d25e1e37ed90fff311f479a8e91.zip FreeBSD-ports-ad484df21a7c7d25e1e37ed90fff311f479a8e91.tar.gz |
Update to use PORTNAME/PORTVERSION
Diffstat (limited to 'russian/apache13')
-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 2e9dca4..7ccb863 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 |