diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-02 08:58:13 +0000 |
commit | f6fc8a8a9e14e367650817be6027f926692af42a (patch) | |
tree | 6c793edd466777e3ccc6ce4ab38a352948e15200 /devel/libslang | |
parent | 403cfa3d46c5e57f70a52b18a921f538acd81dcd (diff) | |
download | pkgsrc-f6fc8a8a9e14e367650817be6027f926692af42a.tar.gz |
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
Diffstat (limited to 'devel/libslang')
-rw-r--r-- | devel/libslang/Makefile | 4 | ||||
-rw-r--r-- | devel/libslang/pkg/PLIST | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index 0b4205e58e1..843501e5afc 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:08 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp # @@ -21,6 +21,6 @@ WRKSRC= ${WRKDIR}/slang post-install: @rm -f ${PREFIX}/lib/libslang.so.99.3[348] - ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE} + ${LDCONFIG} || ${TRUE} .include <bsd.port.mk> diff --git a/devel/libslang/pkg/PLIST b/devel/libslang/pkg/PLIST index 679fd1af220..9903b0eebf6 100644 --- a/devel/libslang/pkg/PLIST +++ b/devel/libslang/pkg/PLIST @@ -1,8 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 1998/01/24 04:17:42 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/02/02 08:59:48 hubertf Exp $ lib/libslang.a lib/libslang.so.0.9938 @exec rm -f %D/libslang.so.99.3[348] -@exec /sbin/ldconfig -m %B || /usr/bin/true -@unexec /sbin/ldconfig -m %B || /usr/bin/true +@exec /sbin/ldconfig || /usr/bin/true +@unexec /sbin/ldconfig || /usr/bin/true include/slcurses.h include/slang.h |