diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-27 16:39:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-27 16:39:25 +0000 |
commit | 0f58d15935ea3399b5577ff88be49b70f6d29258 (patch) | |
tree | c0a5a5d5bafc78641f7ea702eb33f9a66bd7faf8 /Mk | |
parent | 89a4958d3ca9c163bc5e83fd16e17c967879e293 (diff) | |
download | ports-0f58d15935ea3399b5577ff88be49b70f6d29258.tar.gz ports-0f58d15935ea3399b5577ff88be49b70f6d29258.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.options.mk b/Mk/bsd.options.mk index f553433dd71d..cea868618dd5 100644 --- a/Mk/bsd.options.mk +++ b/Mk/bsd.options.mk @@ -391,9 +391,9 @@ PLIST_SUB?= . if defined(OPTIONS_SUB) . if ! ${PLIST_SUB:M${opt}=*} . if ${PORT_OPTIONS:M${opt}} -PLIST_SUB:= ${PLIST_SUB} ${opt}="" +PLIST_SUB:= ${PLIST_SUB} ${opt}="" NO_${opt}="@comment " . else -PLIST_SUB:= ${PLIST_SUB} ${opt}="@comment " +PLIST_SUB:= ${PLIST_SUB} ${opt}="@comment " NO_${opt}="" . endif . endif . endif |