diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-04-01 01:03:41 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-04-01 01:03:41 +0800 |
commit | f2333d63470887e15daa7e87dfdb3da6491d4521 (patch) | |
tree | 70f2f74972e419063b51e590b03271c325a90588 /www | |
parent | 52804eeb7294bf8109179fbca99decbc137e5458 (diff) | |
download | freebsd-ports-gnome-f2333d63470887e15daa7e87dfdb3da6491d4521.tar.gz freebsd-ports-gnome-f2333d63470887e15daa7e87dfdb3da6491d4521.tar.zst freebsd-ports-gnome-f2333d63470887e15daa7e87dfdb3da6491d4521.zip |
- add site for mpm-itk-perdir-regex.patch to pkg-desc
- add a short note how to build with this additional patch
Diffstat (limited to 'www')
-rw-r--r-- | www/apache22-itk-mpm/Makefile | 6 | ||||
-rw-r--r-- | www/apache22-itk-mpm/pkg-descr | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www/apache22-itk-mpm/Makefile b/www/apache22-itk-mpm/Makefile index f787afa7bcd1..9c66bc96148f 100644 --- a/www/apache22-itk-mpm/Makefile +++ b/www/apache22-itk-mpm/Makefile @@ -4,7 +4,11 @@ # # $FreeBSD$ # - +# To build this port with the additional mpm-itk-perdir-regex +# patch use -DWITH_ITK_PERDIR_REGEX +# +# For a quick description take a look into the mpm-itk* patches +# in the apache22/files directory MASTERDIR= ${.CURDIR}/../apache22 diff --git a/www/apache22-itk-mpm/pkg-descr b/www/apache22-itk-mpm/pkg-descr index 0625209449d0..127e17748d07 100644 --- a/www/apache22-itk-mpm/pkg-descr +++ b/www/apache22-itk-mpm/pkg-descr @@ -2,3 +2,4 @@ Apache 2.2 with the itk MPM enabled. WWW: http://httpd.apache.org/ WWW: http://mpm-itk.sesse.net/ +WWW: http://www.pvv.ntnu.no/~knuta/mpm-itk/ |