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 | 9cfb253024f3357da012dccd3507016d3dbd7909 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/blt | |
parent | 61769bf56e2f71617516434864edec5b0165f3d4 (diff) | |
download | pkgsrc-9cfb253024f3357da012dccd3507016d3dbd7909.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/blt')
-rw-r--r-- | x11/blt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/blt/Makefile b/x11/blt/Makefile index c5f97cdba8c..61ed947db77 100644 --- a/x11/blt/Makefile +++ b/x11/blt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 17:38:26 martti Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:26 agc Exp $ # DISTNAME= BLT2.4o PKGNAME= blt-2.4o -WRKSRC= ${WRKDIR}/blt2.4o CATEGORIES= x11 MASTER_SITES= ftp://ftp.tcltk.com/aa004735/pub/blt/ @@ -11,6 +10,7 @@ MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.tcltk.com/blt/index.html COMMENT= Extension to Tcl/Tk +WRKSRC= ${WRKDIR}/blt2.4o USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES |