diff options
author | agc <agc> | 1998-07-15 10:51:16 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 10:51:16 +0000 |
commit | 54bca736804823dbdab8246f6109aeec7861890a (patch) | |
tree | 91e2ea68f79401948823b70c5a5128525d062e80 /devel | |
parent | 5bec107dd6dc9ff57e0422f0af40f3fb6262302d (diff) | |
download | pkgsrc-54bca736804823dbdab8246f6109aeec7861890a.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libslang/Makefile | 3 | ||||
-rw-r--r-- | devel/libslang/pkg/PLIST | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index f930f5bcf63..1978f807915 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:22 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/07/15 11:44:46 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:41 max Exp # @@ -16,6 +16,5 @@ WRKSRC= ${WRKDIR}/slang post-install: @rm -f ${PREFIX}/lib/libslang.so.99.3[348] - ${LDCONFIG} || ${TRUE} .include "../../mk/bsd.pkg.mk" diff --git a/devel/libslang/pkg/PLIST b/devel/libslang/pkg/PLIST index 9903b0eebf6..42e1db33e18 100644 --- a/devel/libslang/pkg/PLIST +++ b/devel/libslang/pkg/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.5 1998/02/02 08:59:48 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:44:46 agc Exp $ lib/libslang.a lib/libslang.so.0.9938 @exec rm -f %D/libslang.so.99.3[348] -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true include/slcurses.h include/slang.h |