diff options
Diffstat (limited to 'x11/tk80/Makefile')
-rw-r--r-- | x11/tk80/Makefile | 5 |
1 files changed, 1 insertions, 4 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 |