summaryrefslogtreecommitdiff
path: root/x11/tk
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-29 12:40:00 +0000
commit0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /x11/tk
parent027ce626821d991bc282a370598c738be6c3e12e (diff)
downloadpkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'x11/tk')
-rw-r--r--x11/tk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index 989020f2979..8def681d0d2 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2003/02/17 15:28:04 dillo Exp $
+# $NetBSD: Makefile,v 1.21 2003/03/29 12:43:10 jmmv Exp $
DISTNAME= tk8.3.4
PKGNAME= tk-8.3.4
+WRKSRC= ${WRKDIR}/${DISTNAME}/unix
CATEGORIES= x11
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_3/ \
ftp://ftp.informatik.uni-hamburg.de/pub/soft/lang/tcl/tcl8_3/
@@ -10,7 +11,6 @@ MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://www.tcltk.com/
COMMENT= Graphical toolkit for TCL
-WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
MAKE_ENV+= TOUCH="${TOUCH}"