svn commit: r439961 - head/Mk/Uses

Tobias C. Berner tcberner at FreeBSD.org
Tue May 2 17:25:17 UTC 2017


Author: tcberner
Date: Tue May  2 17:25:16 2017
New Revision: 439961
URL: https://svnweb.freebsd.org/changeset/ports/439961

Log:
  Clarify PLIST_SUB in grantlee.mk
  
  Use FOO="" to clarify, that the empty string is wanted, and there isn't something missing.
  
  Reported by:	mat
  Approved by:	mat (mentor)

Modified:
  head/Mk/Uses/grantlee.mk

Modified: head/Mk/Uses/grantlee.mk
==============================================================================
--- head/Mk/Uses/grantlee.mk	Tue May  2 16:26:15 2017	(r439960)
+++ head/Mk/Uses/grantlee.mk	Tue May  2 17:25:16 2017	(r439961)
@@ -73,7 +73,7 @@ PLIST_SUB+=	GRANTLEE_VERSION_FULL=${GRAN
 .  if defined(WITH_DEBUG)
 PLIST_SUB+=	GRANTLEE_DEBUG_SUFFIX=d
 .  else
-PLIST_SUB+=	GRANTLEE_DEBUG_SUFFIX=
+PLIST_SUB+=	GRANTLEE_DEBUG_SUFFIX=""
 .  endif
 
 .endif


More information about the svn-ports-all mailing list