diff options
author | agc <agc> | 1998-07-15 11:57:30 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 11:57:30 +0000 |
commit | a580dc9368884d11be5a8b4b10e3a98cad6b654e (patch) | |
tree | 51a5ef9927810fdb1e828b80cbeab4658492beab /x11 | |
parent | 417d36852db7e0a3f19c9d90098dd3ccc859963e (diff) | |
download | pkgsrc-a580dc9368884d11be5a8b4b10e3a98cad6b654e.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif-current/Makefile | 5 | ||||
-rw-r--r-- | x11/lesstif-current/pkg/PLIST | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/x11/lesstif-current/Makefile b/x11/lesstif-current/Makefile index bcb1ef8433d..feb4dcb5ce6 100644 --- a/x11/lesstif-current/Makefile +++ b/x11/lesstif-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/07/03 23:30:10 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/07/15 12:20:05 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -29,7 +29,4 @@ pre-fetch: return 1; \ fi -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/x11/lesstif-current/pkg/PLIST b/x11/lesstif-current/pkg/PLIST index 3854fe8cac2..517be4a3c8b 100644 --- a/x11/lesstif-current/pkg/PLIST +++ b/x11/lesstif-current/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/05/25 21:19:55 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/07/15 12:20:05 agc Exp $ bin/mwm bin/mxmkmf bin/uil @@ -301,8 +301,6 @@ man/man3/XmToggleButtonGadget.3 man/man3/XmVendorShellExt.3 man/man3/XmWorld.3 man/man5/mwmrc.5 -@exec ldconfig || /usr/bin/true -@unexec ldconfig || /usr/bin/true @dirrm lib/X11/mwm @dirrm lib/X11/lesstif @dirrm include/Xm |