diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-12 16:46:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-12 16:46:23 +0000 |
commit | af13aa1d5ade82c77983431447fe548a4a2a8b03 (patch) | |
tree | 67d9a52057aeec6fe5dea083c10d121698bcf41e /misc/compat5x | |
parent | 7ada5affed049fa6c975d47ea65bb3fd4e834e2f (diff) | |
download | ports-af13aa1d5ade82c77983431447fe548a4a2a8b03.tar.gz ports-af13aa1d5ade82c77983431447fe548a4a2a8b03.zip |
- Simplify ldconfig handling
Notes
Notes:
svn path=/head/; revision=228123
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 <bsd.port.post.mk> |