From 865e5d17fd1f5ab084b552461b2c3e6bb72e3482 Mon Sep 17 00:00:00 2001 From: clsung Date: Tue, 15 Aug 2006 01:04:55 +0000 Subject: - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin --- textproc/libxode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/libxode') diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile index e56d5e960eb4..a6013008182f 100644 --- a/textproc/libxode/Makefile +++ b/textproc/libxode/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ -- cgit