svn commit: r565529 - head/lang/siod

Mikhail Teterin mi at FreeBSD.org
Wed Feb 17 17:39:33 UTC 2021


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:


More information about the svn-ports-all mailing list