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-Tix | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/tk-Tix')
-rw-r--r-- | x11/tk-Tix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tk-Tix/Makefile b/x11/tk-Tix/Makefile index 436bc3324e6..8c929bdaaf2 100644 --- a/x11/tk-Tix/Makefile +++ b/x11/tk-Tix/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:56:47 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:28:27 agc Exp $ # DISTNAME= tix8.2.0b1 PKGNAME= tk-Tix-8.2.0b1 -WRKSRC= ${WRKDIR}/tix8.2.0/unix CATEGORIES= x11 tcl tk MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tixlibrary/} @@ -11,6 +10,7 @@ MAINTAINER= he@NetBSD.org HOMEPAGE= http://tixlibrary.sourceforge.net/ COMMENT= Powerful widget library for Tcl/Tk +WRKSRC= ${WRKDIR}/tix8.2.0/unix USE_BUILDLINK2= yes USE_X11= yes GNU_CONFIGURE= yes |