diff options
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r-- | lang/tcl80/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index cfa46b6caaf..e9475496517 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/04/08 17:32:27 tron Exp $ +# $NetBSD: Makefile,v 1.24 2000/01/06 20:32:47 drochner Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp # @@ -17,9 +17,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-shared -post-patch: - cd ${WRKSRC}/../doc; \ - ${MV} Object.3 Tcl_Obj.3 +# manual pages go into tclman80 +INSTALL_TARGET= install-binaries install-libraries test: cd ${WRKSRC} && ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test |