diff options
Diffstat (limited to 'net/tcl-scotty/Makefile')
-rw-r--r-- | net/tcl-scotty/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index 5867ca0369f..25086cc3d53 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2002/11/25 17:53:20 jwise Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:42:04 jmmv Exp $ # DISTNAME= scotty-2.1.11 PKGNAME= tcl-scotty-2.1.11 +WRKSRC= ${WRKDIR}/${DISTNAME}/unix CATEGORIES= net tcl tk MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ @@ -19,8 +20,6 @@ CONFIGURE_ENV+= TARGET=scotty USE_LIBTOOL= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/unix - post-extract: @${RM} -f ${WRKSRC}/../doc/http.n @${RM} -f ${WRKSRC}/../doc/tkined.1 |