diff options
author | clement <clement@FreeBSD.org> | 2008-12-16 06:26:07 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2008-12-16 06:26:07 +0800 |
commit | a306604d956d8b85a02fd60e3fa96d6970c96ba8 (patch) | |
tree | 81527d9d248af09afb247379a82a344b10f1b69a /www | |
parent | 130129e829c5e6866ec8f6bff5abca56fc78788b (diff) | |
download | freebsd-ports-gnome-a306604d956d8b85a02fd60e3fa96d6970c96ba8.tar.gz freebsd-ports-gnome-a306604d956d8b85a02fd60e3fa96d6970c96ba8.tar.zst freebsd-ports-gnome-a306604d956d8b85a02fd60e3fa96d6970c96ba8.zip |
- Force ${DESCR} to point to correct pkg-descr file
Diffstat (limited to 'www')
-rw-r--r-- | www/apache22-peruser-mpm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache22-peruser-mpm/Makefile b/www/apache22-peruser-mpm/Makefile index 1b7b59fe7954..cb747321ce13 100644 --- a/www/apache22-peruser-mpm/Makefile +++ b/www/apache22-peruser-mpm/Makefile @@ -19,4 +19,6 @@ 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 +DESCR= ${.CURDIR}/pkg-descr + .include "${MASTERDIR}/Makefile" |