diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /cad/xcircuit/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'cad/xcircuit/Makefile')
-rw-r--r-- | cad/xcircuit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index 0df318c1c3c..2051ac5e958 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2003/08/31 02:02:30 jtb Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:09:10 agc Exp $ DISTNAME= xcircuit-3.1.19 -WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= cad graphics MASTER_SITES= http://bach.ece.jhu.edu/~tim/programs/xcircuit/archive/ EXTRACT_SUFX= .tar.bz2 @@ -10,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://bach.ece.jhu.edu/~tim/programs/xcircuit/ COMMENT= Drawing program for X11 (especially for circuits) +WRKSRC= ${WRKDIR}/${DISTNAME} USE_BUILDLINK2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-tcl |