diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-29 23:51:46 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-29 23:51:46 +0000 |
commit | a3839b478a6926af5b76f003c4e79513397ee647 (patch) | |
tree | 4b789f6f033ae9e17035b3b80eaaff443497d98e /www/apache22-peruser-mpm | |
parent | 93e1430837879ff23d3a9f954737b7700dd48e85 (diff) | |
download | ports-a3839b478a6926af5b76f003c4e79513397ee647.tar.gz ports-a3839b478a6926af5b76f003c4e79513397ee647.zip |
Notes
Diffstat (limited to 'www/apache22-peruser-mpm')
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index cb747321ce13..6e88e06a8f98 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -9,6 +9,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + MAINTAINER= jille@quis.cx MASTERDIR= ${.CURDIR}/../apache22 @@ -19,6 +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} DESCR= ${.CURDIR}/pkg-descr .include "${MASTERDIR}/Makefile" |