diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /graphics/xfig/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 23f646cc779..76d9e5c43c5 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2003/03/02 19:47:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.37 2004/01/20 12:18:17 agc Exp $ # DISTNAME= xfig.3.2.4.full PKGNAME= xfig-3.2.4 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/xfig.3.2.4 CATEGORIES= graphics MASTER_SITES= ftp://epb.lbl.gov/xfig/ @@ -14,6 +13,7 @@ COMMENT= CAD-like 2D drawing tool, good for colorful scale drawings & ISOs DEPENDS+= transfig>=3.2.4:../../print/transfig +WRKSRC= ${WRKDIR}/xfig.3.2.4 USE_BUILDLINK2= YES USE_IMAKE= YES XAW_TYPE?= 3d |