aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2006-08-09 19:32:46 +0800
committerbland <bland@FreeBSD.org>2006-08-09 19:32:46 +0800
commitb35019af1ac6531d3c122ff2fda4b75f46e59e35 (patch)
tree892d8f318b326a37ee77d71d0f1135d4e8e43cb5 /converters
parent31ed8c362a7bcf5eb03233d906930e2c4587b429 (diff)
downloadfreebsd-ports-gnome-b35019af1ac6531d3c122ff2fda4b75f46e59e35.tar.gz
freebsd-ports-gnome-b35019af1ac6531d3c122ff2fda4b75f46e59e35.tar.zst
freebsd-ports-gnome-b35019af1ac6531d3c122ff2fda4b75f46e59e35.zip
- Catch up with NOPROFILE -> NO_PROFILE change. [1]
- INSTALLS_SHLIB -> USE_LDCONFIG Submitted by: dionex [1]
Diffstat (limited to 'converters')
-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:=""