- 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:
Philip M. Gollucci 2010-10-06 03:43:13 +00:00
parent 62e76e61f5
commit 94defc40c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262502

View file

@ -22,7 +22,7 @@ MANCOMPRESSED= yes
MAN1= biconv.1
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 "
.else
PLIST_SUB= PROFILE:=""