From af13aa1d5ade82c77983431447fe548a4a2a8b03 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 12 Feb 2009 16:46:23 +0000 Subject: - Simplify ldconfig handling --- misc/compat5x/Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'misc/compat5x') diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index c44647d98bde..255fc521bf57 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -28,8 +28,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes NO_BUILD= yes ONLY_FOR_ARCHS= alpha amd64 i386 sparc64 -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/compat TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} @@ -75,13 +73,4 @@ do-install: (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif -# Include to automatic install file in libdata/ldconfig{,32} -.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" - -post-install: install-ldconfig-file -.if ${ARCH} == amd64 - @${LDCONFIG} -32 -m ${TARGET32_DIR} -.endif - @${CAT} ${PKGMESSAGE} - .include -- cgit v1.2.3