aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache22
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2008-09-04 03:08:17 +0800
committerclement <clement@FreeBSD.org>2008-09-04 03:08:17 +0800
commitfd3bed08a5475bf7652be2fa7c2ee1057695d7f6 (patch)
treebb49867b953d7e06e5d47e41a2b0c7b3c42389c9 /www/apache22
parente8c0e05e336ad43bb8a99bf1145d0d5fe4e116b2 (diff)
downloadfreebsd-ports-gnome-fd3bed08a5475bf7652be2fa7c2ee1057695d7f6.tar.gz
freebsd-ports-gnome-fd3bed08a5475bf7652be2fa7c2ee1057695d7f6.tar.zst
freebsd-ports-gnome-fd3bed08a5475bf7652be2fa7c2ee1057695d7f6.zip
- Fix @comment string
Pointy hat to: clement Reported by: Christer Solskogen
Diffstat (limited to 'www/apache22')
-rw-r--r--www/apache22/Makefile.modules6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules
index 1f75820d0fd8..22aa264fb18f 100644
--- a/www/apache22/Makefile.modules
+++ b/www/apache22/Makefile.modules
@@ -123,7 +123,7 @@ WITH_THREADS= YES
PLIST_SUB+= MYSQL=""
.else
CONFIGURE_ARGS+= --without-mysql
-PLIST_SUB+= MYSQL="@comment"
+PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_PGSQL)
@@ -133,7 +133,7 @@ CONFIGURE_ENV+= ac_cv_path_PGSQL_CONFIG=""
PLIST_SUB+= PGSQL=""
.else
CONFIGURE_ARGS+= --without-pgsql
-PLIST_SUB+= PGSQL="@comment"
+PLIST_SUB+= PGSQL="@comment "
.endif
.if defined(WITH_SQLITE)
@@ -142,7 +142,7 @@ CONFIGURE_ARGS+= --with-sqlite3=${LOCALBASE}
PLIST_SUB+= SQLITE3=""
.else
CONFIGURE_ARGS+= --without-sqlite3
-PLIST_SUB+= SQLITE3="@comment"
+PLIST_SUB+= SQLITE3="@comment "
.endif
.if !defined(WITHOUT_SSL)