- Add WITHOUT_PROFILE to the KNOBS honored (which is the actual ports one)
PR: ports/150894 Submitted by: myself (pgollucci) Approved by: maintainer timeout (bland ; 14 days)
This commit is contained in:
parent
62e76e61f5
commit
94defc40c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262502
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ MANCOMPRESSED= yes
|
||||||
MAN1= biconv.1
|
MAN1= biconv.1
|
||||||
MAN3= biconv.3 biconv_open.3 biconv_close.3
|
MAN3= biconv.3 biconv_open.3 biconv_close.3
|
||||||
|
|
||||||
.if defined(NO_PROFILE) || defined(NOPROFILE)
|
.if defined(NO_PROFILE) || defined(NOPROFILE) || defined(WITHOUT_PROFILE)
|
||||||
PLIST_SUB= PROFILE:="@comment "
|
PLIST_SUB= PROFILE:="@comment "
|
||||||
.else
|
.else
|
||||||
PLIST_SUB= PROFILE:=""
|
PLIST_SUB= PROFILE:=""
|
||||||
|
|
Loading…
Reference in a new issue