1
0
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:
Alexey Dokuchaev 2005-03-25 10:57:10 +00:00
parent 0c8c0874e3
commit 8b0eaf6c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131948

View File

@ -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