aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2006-08-09 11:32:46 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2006-08-09 11:32:46 +0000
commit428befee08def1081612b4291a23e906deecdc84 (patch)
treef42c52f7f3f33c45e79c2c7fd294d78d780b346e /converters/iconv
parent7a676227f7ddf401c1001b10c204e620dc900e61 (diff)
downloadports-428befee08def1081612b4291a23e906deecdc84.tar.gz
ports-428befee08def1081612b4291a23e906deecdc84.zip
- Catch up with NOPROFILE -> NO_PROFILE change. [1]
- INSTALLS_SHLIB -> USE_LDCONFIG Submitted by: dionex [1]
Notes
Notes: svn path=/head/; revision=170186
Diffstat (limited to 'converters/iconv')
-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:=""