summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-06-02 08:15:58 +0000
committerClement Laforet <clement@FreeBSD.org>2004-06-02 08:15:58 +0000
commit36102d17069c4bdd45617833d9809615249900f5 (patch)
tree7e980072f1e4303558a3b5b45ac5f07cd187df05
parent- Update to 1.15. (diff)
- remove quotes from "bogus" IGNORE string
Noticed by: kris
-rw-r--r--www/apache2/Makefile6
-rw-r--r--www/apache20/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 67f69020cb5b..2436be2cb027 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -115,9 +115,9 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
-IGNORE= "apr is installed and may conflict with apache one\
- \(if you want to use apr port define WITH_APR_FROM_PORTS,\
- at your own risk\)"
+IGNORE= apr is installed and may conflict with apache one\
+ (if you want to use apr port define WITH_APR_FROM_PORTS,\
+ at your own risk)
. endif
PLIST_SUB+= PORTS_APR=""
.endif
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index 67f69020cb5b..2436be2cb027 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -115,9 +115,9 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
-IGNORE= "apr is installed and may conflict with apache one\
- \(if you want to use apr port define WITH_APR_FROM_PORTS,\
- at your own risk\)"
+IGNORE= apr is installed and may conflict with apache one\
+ (if you want to use apr port define WITH_APR_FROM_PORTS,\
+ at your own risk)
. endif
PLIST_SUB+= PORTS_APR=""
.endif