diff options
Diffstat (limited to 'lang/tcl80/Makefile')
-rw-r--r-- | lang/tcl80/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/tcl80/Makefile b/lang/tcl80/Makefile index ac7b5c7259a..cfa46b6caaf 100644 --- a/lang/tcl80/Makefile +++ b/lang/tcl80/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/04/03 14:30:54 tron Exp $ +# $NetBSD: Makefile,v 1.23 1999/04/08 17:32:27 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp # @@ -17,6 +17,10 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --disable-shared +post-patch: + cd ${WRKSRC}/../doc; \ + ${MV} Object.3 Tcl_Obj.3 + test: cd ${WRKSRC} && ${SETENV} LIBTOOL=${LIBTOOL} PREFIX=${PREFIX} ${MAKE} test |