mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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
@ -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 New Issue
Block a user