diff options
author | clement <clement@FreeBSD.org> | 2005-12-02 02:54:16 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-02 02:54:16 +0800 |
commit | da5d2954a3eeb1688c2cd5d703a5fef70120a301 (patch) | |
tree | d74dcf1497d0e7a721b375232291902a51f4dd87 | |
parent | a8d6eb1cbafe948072ed6a8a49d940f59b4ff844 (diff) | |
download | freebsd-ports-gnome-da5d2954a3eeb1688c2cd5d703a5fef70120a301.tar.gz freebsd-ports-gnome-da5d2954a3eeb1688c2cd5d703a5fef70120a301.tar.zst freebsd-ports-gnome-da5d2954a3eeb1688c2cd5d703a5fef70120a301.zip |
- Fix IGNORE quoting in Makefile.modules.3rd; unbreak www/mod_vhsH
While I'm here fix typo
PR: ports/89125
Submitted by: Ion-Mihai "IOnut" Tetcu
Pointy hat to: clement
-rw-r--r-- | www/apache2/Makefile.modules.3rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache2/Makefile.modules.3rd b/www/apache2/Makefile.modules.3rd index f6b2e3c46772..48a9aa53b1d4 100644 --- a/www/apache2/Makefile.modules.3rd +++ b/www/apache2/Makefile.modules.3rd @@ -33,7 +33,7 @@ IGNORE= "This module require apache2 and you have apache13 installed" . endif . endif . ifdef(WITH_APACHE2) -IGNORE= "You have `WITH_APACHE2' variable defined either in environment or in make(1) argumentsm. but apache13 is installed Please undefine and try again." +IGNORE= You have 'WITH_APACHE2' variable defined either in environment or in make(1) arguments. but apache13 is installed Please undefine and try again. . endif .endif |