Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 2021 17:39:32 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565529 - head/lang/siod
Message-ID:  <202102171739.11HHdWhK061675@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Wed Feb 17 17:39:32 2021
New Revision: 565529
URL: https://svnweb.freebsd.org/changeset/ports/565529

Log:
  Add space after "@comment" in manual PLIST_SUB setting.

Modified:
  head/lang/siod/Makefile

Modified: head/lang/siod/Makefile
==============================================================================
--- head/lang/siod/Makefile	Wed Feb 17 17:37:42 2021	(r565528)
+++ head/lang/siod/Makefile	Wed Feb 17 17:39:32 2021	(r565529)
@@ -59,7 +59,7 @@ MODULES+=	${SELECTED_OPTIONS:NDOCS:tl}
 
 # XXX This should not be necessary:
 .if ${ARCH} != i386
-PLIST_SUB+=	SQL_ORACLE=@comment
+PLIST_SUB+=	SQL_ORACLE="@comment "
 .endif
 
 do-configure:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102171739.11HHdWhK061675>