Fix PLIST substituion for correct packaging.
Reported by: pointyhat via kris Approved by: portmgr (krion)
This commit is contained in:
parent
0c8c0874e3
commit
8b0eaf6c32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131948
1 changed files with 6 additions and 0 deletions
|
@ -182,6 +182,12 @@ PLIST_SUB+= CTF=""
|
|||
PLIST_SUB+= CTF="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CTF_MAPS)
|
||||
PLIST_SUB+= CTFMAPS=""
|
||||
.else
|
||||
PLIST_SUB+= CTFMAPS="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_SHAREWARE_DATA)
|
||||
PLIST_SUB+= SHAREWARE=""
|
||||
.else
|
||||
|
|
Loading…
Reference in a new issue