1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

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)
This commit is contained in:
Tobias C. Berner 2017-05-02 17:25:16 +00:00
parent ed928e4a44
commit ea93971f71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439961

View File

@ -73,7 +73,7 @@ PLIST_SUB+= GRANTLEE_VERSION_FULL=${GRANTLEE_VERSION} \
. if defined(WITH_DEBUG)
PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=d
. else
PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=
PLIST_SUB+= GRANTLEE_DEBUG_SUFFIX=""
. endif
.endif