summaryrefslogtreecommitdiff
path: root/emulators/compat13/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-14 00:01:56 +0000
committerjlam <jlam@pkgsrc.org>2000-10-14 00:01:56 +0000
commit943a1e9a35622707805ab9d9d67ed3fb8a9bda60 (patch)
treeed11ff0faf133ce2e9616bcdc33b3bcc958a202b /emulators/compat13/Makefile
parent9be7e73f42db2ccb1dfb93ccbd2312a8578dde81 (diff)
downloadpkgsrc-943a1e9a35622707805ab9d9d67ed3fb8a9bda60.tar.gz
Run ldconfig after installing/deinstalling shared libraries. We need to
do this manually since it's not automatically handled by bsd.pkg.mk.
Diffstat (limited to 'emulators/compat13/Makefile')
-rw-r--r--emulators/compat13/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile
index c9e9cea6ec7..e722086e0df 100644
--- a/emulators/compat13/Makefile
+++ b/emulators/compat13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/10/13 23:36:40 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2000/10/14 00:01:58 jlam Exp $
#
DISTNAME= compat13-${MACHINE_ARCH}
@@ -36,9 +36,11 @@ PLIST_SUBST+= COMPAT_LIBDIR=${COMPAT_LIBDIR}
do-build:
${SED} -e "s,@MACHINE_ARCH@,${MACHINE_ARCH},g" \
-e "s,@COMPAT_LIBDIR@,${COMPAT_LIBDIR},g" \
+ -e "s,@LDCONFIG@,${LDCONFIG},g" \
< ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE}
${SED} -e "s,@MACHINE_ARCH@,${MACHINE_ARCH},g" \
-e "s,@OBJECT_FMT@,${OBJECT_FMT},g" \
+ -e "s,@LDCONFIG@,${LDCONFIG},g" \
< ${PKGDIR}/INSTALL > ${INSTALL_FILE}
do-install: