diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-19 02:04:29 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-19 02:04:29 +0000 |
commit | 3bb9ab0da0261a649d256d79cec49c881d4b53cd (patch) | |
tree | c6039e752dcc5d1518b01bfeb345a34f4e785e4a /www/apache22-peruser-mpm | |
parent | b7ee372ba36f3f9fb2f0fb973f814f79ba153460 (diff) | |
download | ports-3bb9ab0da0261a649d256d79cec49c881d4b53cd.tar.gz ports-3bb9ab0da0261a649d256d79cec49c881d4b53cd.zip |
Notes
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" |