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/jpeg | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/jpeg')
-rw-r--r-- | graphics/jpeg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index 5dbe00508b2..37deeb9024a 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2004/01/05 20:38:35 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2004/01/20 12:18:16 agc Exp $ # DISTNAME= jpegsrc.v6b PKGNAME= jpeg-6b PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= graphics MASTER_SITES= ftp://ftp.fu-berlin.de/unix/graphics/jpeg/ \ ftp://ftp.uu.net/graphics/jpeg/ @@ -15,6 +14,7 @@ COMMENT= IJG's jpeg compression utilities PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |