aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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