diff options
author | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-07-15 10:51:16 +0000 |
commit | 583dcca5f35534ef3744c3ef8d55acb56e9b8543 (patch) | |
tree | 91e2ea68f79401948823b70c5a5128525d062e80 /x11/tk80 | |
parent | 4f8c9d7740227547fa2f6000b7e202eec7dc0fab (diff) | |
download | pkgsrc-583dcca5f35534ef3744c3ef8d55acb56e9b8543.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'x11/tk80')
-rw-r--r-- | x11/tk80/Makefile | 5 | ||||
-rw-r--r-- | x11/tk80/pkg/PLIST | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/x11/tk80/Makefile b/x11/tk80/Makefile index cf38c0c663f..0052847c447 100644 --- a/x11/tk80/Makefile +++ b/x11/tk80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1998/07/04 04:11:34 mycroft Exp $ +# $NetBSD: Makefile,v 1.18 1998/07/15 10:58:53 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/10/01 09:20:31 tg Exp # @@ -16,9 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= PORTSDIR=${.CURDIR}/../../../../.. -post-install: - ${LDCONFIG} || ${TRUE} - test: cd ${WRKSRC}; make test diff --git a/x11/tk80/pkg/PLIST b/x11/tk80/pkg/PLIST index cf4c2d90e89..02e5f08d934 100644 --- a/x11/tk80/pkg/PLIST +++ b/x11/tk80/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 1998/03/01 18:16:36 tron Exp $ +@comment $NetBSD: PLIST,v 1.8 1998/07/15 10:58:54 agc Exp $ bin/wish8.0 include/tk8.0/tk.h include/tk8.0/unix/tkUnixDefault.h @@ -457,8 +457,6 @@ lib/tk8.0/safetk.tcl lib/tk8.0/tkConfig.sh lib/libtk80.a lib/libtk80.so.1.0 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true @dirrm lib/tk8.0/demos/images @dirrm lib/tk8.0/demos @dirrm lib/tk8.0/images |