diff options
author | jlam <jlam> | 2000-10-14 00:01:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-14 00:01:56 +0000 |
commit | 99a6bb5940e0af4b7447522999f6a20924c86fe8 (patch) | |
tree | ed11ff0faf133ce2e9616bcdc33b3bcc958a202b /emulators/compat13/Makefile | |
parent | 7347e5bda19eed09bcb81fcc21355f06f899af73 (diff) | |
download | pkgsrc-99a6bb5940e0af4b7447522999f6a20924c86fe8.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/Makefile | 4 |
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: |