1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

- Fix @comment string

Pointy hat to:  clement
Reported by:    Christer Solskogen
This commit is contained in:
Clement Laforet 2008-09-03 19:08:17 +00:00
parent 0280546275
commit bddb65da3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219791

View File

@ -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)