aboutsummaryrefslogtreecommitdiff
path: root/misc/compat6x
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-02-12 16:46:23 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-02-12 16:46:23 +0000
commitaf13aa1d5ade82c77983431447fe548a4a2a8b03 (patch)
tree67d9a52057aeec6fe5dea083c10d121698bcf41e /misc/compat6x
parent7ada5affed049fa6c975d47ea65bb3fd4e834e2f (diff)
downloadports-af13aa1d5ade82c77983431447fe548a4a2a8b03.tar.gz
ports-af13aa1d5ade82c77983431447fe548a4a2a8b03.zip
- Simplify ldconfig handling
Notes
Notes: svn path=/head/; revision=228123
Diffstat (limited to 'misc/compat6x')
-rw-r--r--misc/compat6x/Makefile10
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>