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/get_ds7/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'graphics/get_ds7/Makefile')
-rw-r--r-- | graphics/get_ds7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile index 1d7a7c68493..690a488892b 100644 --- a/graphics/get_ds7/Makefile +++ b/graphics/get_ds7/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:40:46 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:18:16 agc Exp $ # DISTNAME= get_ds7_1.2.4 PKGNAME= get_ds7-1.2.4 -WRKSRC= ${WRKDIR}/ds-7_1.2.4 CATEGORIES= graphics MASTER_SITES= http://www.yk.rim.or.jp/~mamo/Computer/DS-7/ EXTRACT_SUFX= .tar @@ -14,6 +13,7 @@ COMMENT= Read pictures from a FUJIFILM DS-7(DS series) digital camera USE_PERL5= # defined +WRKSRC= ${WRKDIR}/ds-7_1.2.4 DECOMPRESS_CMD= ${CAT} NO_BUILD= # defined |