aboutsummaryrefslogtreecommitdiffstats
path: root/devel/silc-toolkit
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-15 06:55:18 +0800
committerclsung <clsung@FreeBSD.org>2006-08-15 06:55:18 +0800
commit7ef47488cb05bd8fb665e2190fa43d7b2255c15c (patch)
treecf4eab6ee041e4e59ea7da7125297182156d18e3 /devel/silc-toolkit
parentc43de27d1c588bf32b7c709396494cee104e252a (diff)
downloadfreebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.tar.gz
freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.tar.zst
freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.zip
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'devel/silc-toolkit')
-rw-r--r--devel/silc-toolkit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile
index 5870086cace9..4ab05bd4a889 100644
--- a/devel/silc-toolkit/Makefile
+++ b/devel/silc-toolkit/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc/${PORTNAME} \
--without-irssi --without-silcd --enable-shared
CONFIGURE_ENV= CFLAGS+="${CFLAGS}" \
CPPFLAGS+="${CPPFLAGS}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PLIST_SUB= INSTALL_DIR="${INSTALL_DIR}"
INSTALL_DIR?= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755