diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /net/tkined/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'net/tkined/Makefile')
-rw-r--r-- | net/tkined/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tkined/Makefile b/net/tkined/Makefile index 57bd020c099..24ca39a30df 100644 --- a/net/tkined/Makefile +++ b/net/tkined/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2002/11/25 17:53:23 jwise Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:42:05 jmmv Exp $ # DISTNAME= scotty-2.1.11 PKGNAME= tkined-1.4.11 +WRKSRC= ${WRKDIR}/${DISTNAME}/unix CATEGORIES= net tcl tk MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ @@ -20,8 +21,6 @@ CONFIGURE_ENV+= TARGET=tkined USE_LIBTOOL= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/unix - FILESDIR= ${.CURDIR}/../../net/tcl-scotty/files PATCHDIR= ${.CURDIR}/../../net/tcl-scotty/patches |