diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-07-23 05:13:34 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-07-23 05:13:34 +0800 |
commit | 78790bfa5f901a222aee6b44d4e0521320301648 (patch) | |
tree | daa5674f64c64c27cb7cf505e6cc5d4520361f4d /www/apache22-peruser-mpm | |
parent | dd890c60e70e34634e02c22fe7b58fdc57548daa (diff) | |
download | freebsd-ports-gnome-78790bfa5f901a222aee6b44d4e0521320301648.tar.gz freebsd-ports-gnome-78790bfa5f901a222aee6b44d4e0521320301648.tar.zst freebsd-ports-gnome-78790bfa5f901a222aee6b44d4e0521320301648.zip |
apache22
- centralise OPTIONS in Makefile.options
- s/Enable// in OPTIONS
- rewrite Makefile.modules (last defined SLAVE_PORT_MPM port use now WITH_MPM var)
- no REVISION bump, nothing changed in the logic / functionality
apache22-peruser-mpm
- use WITH_MPM instead SLAVE_PORT_MPM
Diffstat (limited to 'www/apache22-peruser-mpm')
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index 387db7271754..22438dc5e2be 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -9,17 +9,17 @@ # $FreeBSD$ # +MASTERDIR= ${.CURDIR}/../apache22 + MAINTAINER= jille@quis.cx -MASTERDIR= ${.CURDIR}/../apache22 +WITH_MPM= peruser + +LATEST_LINK= apache22-${WITH_MPM:L}-mpm +DESCR= ${.CURDIR}/pkg-descr -SLAVE_PORT_MPM= peruser EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0.patch EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3.patch EXTRA_PATCHES+= ${.CURDIR}/files/httpd-2.2.3-peruser-0.3.0-dc3-r57.patch -WITH_MPM= ${SLAVE_PORT_MPM} - -LATEST_LINK= apache22-peruser-mpm -DESCR= ${.CURDIR}/pkg-descr .include "${MASTERDIR}/Makefile" |