diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-03-03 03:46:37 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-03-03 03:46:37 +0800 |
commit | 60e68f9b49cf35f2b207f5c15fca33b1ea6b1be3 (patch) | |
tree | 5dfd2499295de39f88baa89ef0b1cc399bae139a /www/apache22-itk-mpm | |
parent | 24a0998dbcb18b2decd3261ec7f90847274ff930 (diff) | |
download | freebsd-ports-gnome-60e68f9b49cf35f2b207f5c15fca33b1ea6b1be3.tar.gz freebsd-ports-gnome-60e68f9b49cf35f2b207f5c15fca33b1ea6b1be3.tar.zst freebsd-ports-gnome-60e68f9b49cf35f2b207f5c15fca33b1ea6b1be3.zip |
- allow to install apache modules activated by defining
AP_MODENABLE in make.conf
Requested on the mailing lists
- fix patch location in help text
with head apache@
Diffstat (limited to 'www/apache22-itk-mpm')
-rw-r--r-- | www/apache22-itk-mpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22-itk-mpm/Makefile b/www/apache22-itk-mpm/Makefile index 66826b3726c6..eabd2c01ffae 100644 --- a/www/apache22-itk-mpm/Makefile +++ b/www/apache22-itk-mpm/Makefile @@ -10,7 +10,7 @@ # It's not possible to use both patches together # # For a quick description take a look into the mpm-itk* patches -# in the apache22/files directory +# in the files directory MASTERDIR= ${.CURDIR}/../apache22 |