diff options
-rw-r--r-- | converters/iconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index e5b4eb96add5..4586eb1ec8de 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -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:="" |