From 7c976427c7f1f2506c87cf589720053a27f56c25 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Tue, 19 May 2009 02:04:29 +0000 Subject: - Fix the LATEST_LINK to not overwrite www/apache (13) package tbz on the ftp sites. PR: ports/134691 Reported by: Joe With hat: apache@ --- www/apache22-peruser-mpm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index 6e88e06a8f98..9c1b51e341b9 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -9,7 +9,7 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= jille@quis.cx @@ -21,7 +21,7 @@ EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc2.patch WITH_MPM= ${SLAVE_PORT_MPM} SLAVE_DESIGNED_FOR= 2.2.11 # 2.2.3 to be honest, but works fine on 2.2.11 -LATEST_LINK= ${PORTNAME} +LATEST_LINK= apache22-peruser-mpm DESCR= ${.CURDIR}/pkg-descr .include "${MASTERDIR}/Makefile" -- cgit