From 428befee08def1081612b4291a23e906deecdc84 Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Wed, 9 Aug 2006 11:32:46 +0000 Subject: - Catch up with NOPROFILE -> NO_PROFILE change. [1] - INSTALLS_SHLIB -> USE_LDCONFIG Submitted by: dionex [1] --- converters/iconv/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters') 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:="" -- cgit v1.2.3