aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/iconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile
index 9da85a6dd827..e5b4eb96add5 100644
--- a/converters/iconv/Makefile
+++ b/converters/iconv/Makefile
@@ -16,13 +16,13 @@ MAINTAINER= bland@FreeBSD.org
COMMENT= Charset conversion library and utilities
USE_PERL5= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
MANCOMPRESSED= yes
MAN1= biconv.1
MAN3= biconv.3 biconv_open.3 biconv_close.3
-.if defined(NOPROFILE)
+.if defined(NO_PROFILE) || defined(NOPROFILE)
PLIST_SUB= PROFILE:="@comment "
.else
PLIST_SUB= PROFILE:=""