summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/apache2/Makefile4
-rw-r--r--www/apache20/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 833a0150bb03..67f69020cb5b 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -116,8 +116,8 @@ 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)"
+ \(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 833a0150bb03..67f69020cb5b 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -116,8 +116,8 @@ 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)"
+ \(if you want to use apr port define WITH_APR_FROM_PORTS,\
+ at your own risk\)"
. endif
PLIST_SUB+= PORTS_APR=""
.endif