diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-19 10:04:29 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-19 10:04:29 +0800 |
commit | 7c976427c7f1f2506c87cf589720053a27f56c25 (patch) | |
tree | 57b7d2f88678ef90d82f468b5aa3b2e2d8811d8c /www/apache22-peruser-mpm | |
parent | 577f3090ef946f17d73de03107ce369d498756c3 (diff) | |
download | freebsd-ports-gnome-7c976427c7f1f2506c87cf589720053a27f56c25.tar.gz freebsd-ports-gnome-7c976427c7f1f2506c87cf589720053a27f56c25.tar.zst freebsd-ports-gnome-7c976427c7f1f2506c87cf589720053a27f56c25.zip |
- Fix the LATEST_LINK to not overwrite www/apache (13) package tbz on the ftp
sites.
PR: ports/134691
Reported by: Joe <fbsd1@a1poweruser.com>
With hat: apache@
Diffstat (limited to 'www/apache22-peruser-mpm')
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 4 |
1 files 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" |