diff options
author | pav <pav@FreeBSD.org> | 2009-02-13 00:46:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-02-13 00:46:23 +0800 |
commit | dd54e702b369ec8748da6a90659acb155d74504f (patch) | |
tree | d85287a4386722791bf91220cd77174b84ddfe89 /misc/compat6x | |
parent | e4f1e0d91d16bfd24a5076b1194603e8aebf73aa (diff) | |
download | freebsd-ports-gnome-dd54e702b369ec8748da6a90659acb155d74504f.tar.gz freebsd-ports-gnome-dd54e702b369ec8748da6a90659acb155d74504f.tar.zst freebsd-ports-gnome-dd54e702b369ec8748da6a90659acb155d74504f.zip |
- Simplify ldconfig handling
Diffstat (limited to 'misc/compat6x')
-rw-r--r-- | misc/compat6x/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile index 2f59ccbf79f5..e24051342eb7 100644 --- a/misc/compat6x/Makefile +++ b/misc/compat6x/Makefile @@ -21,8 +21,6 @@ USE_BZIP2= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/compat TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} @@ -46,13 +44,7 @@ do-install: (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif -# Include this file to use install-ldconfig-file -.include "${PORTSDIR}/misc/ldconfig_compat/bsd.ldconfig.mk" - -post-install: install-ldconfig-file -.if ${ARCH} == amd64 - @${LDCONFIG} -32 -m ${TARGET32_DIR} -.endif +post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |