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/urt | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 2ed70fb8cc4..00b65f2ddc8 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2004/01/03 18:49:44 reed Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/20 12:18:17 agc Exp $ DISTNAME= urt PKGNAME= urt-3.1b1 PKGREVISION= 3 -WRKSRC= ${WRKDIR} CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar @@ -17,6 +16,7 @@ COMMENT= Toolkit and library for raster image processing EXTRACT_ONLY= urt-3.1b.tar.Z +WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes USE_LIBTOOL= yes USE_X11= yes |