diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/tk | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/tk')
-rw-r--r-- | x11/tk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 65521e60939..539b8a0d5bf 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2004/01/05 11:24:18 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/20 12:28:27 agc 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/ @@ -13,6 +12,7 @@ COMMENT= Graphical toolkit for TCL PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib MAKE_ENV+= TOUCH="${TOUCH}" |