diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 08:29:13 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 08:29:13 +0800 |
commit | 15d63d3453345638c822efbea0e9024612576ad9 (patch) | |
tree | d791bc09e611ad8bf83cafb0113310121bd0f5ad /irc | |
parent | 5ae1e733538696e693315558e0fe177834c3b4c1 (diff) | |
download | freebsd-ports-gnome-15d63d3453345638c822efbea0e9024612576ad9.tar.gz freebsd-ports-gnome-15d63d3453345638c822efbea0e9024612576ad9.tar.zst freebsd-ports-gnome-15d63d3453345638c822efbea0e9024612576ad9.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bopm/Makefile | 2 | ||||
-rw-r--r-- | irc/sircd/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat-mircryption/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/irc/bopm/Makefile b/irc/bopm/Makefile index 752fa29c8f3b..07e857c4ed19 100644 --- a/irc/bopm/Makefile +++ b/irc/bopm/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's,^[[:space:]]*$$(mkinstalldirs) $$(localstatedir),,' ${WRKSRC}/Makefile.in diff --git a/irc/sircd/Makefile b/irc/sircd/Makefile index 27a088a32938..83b65052b92c 100644 --- a/irc/sircd/Makefile +++ b/irc/sircd/Makefile @@ -23,7 +23,7 @@ MAKE_ENV= LD="${CC}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" ALL_TARGET= release -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sircd/sircd ${PREFIX}/sbin/sircd diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile index 7c141c4f189b..6bb45b38b3be 100644 --- a/irc/xchat-mircryption/Makefile +++ b/irc/xchat-mircryption/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_ZIP= yes ALL_TARGET= freebsd CFLAGS+= -fPIC -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/mircryption/src/xchat/ # |