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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/ibutton-pdkit | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/ibutton-pdkit')
-rw-r--r-- | misc/ibutton-pdkit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ibutton-pdkit/Makefile b/misc/ibutton-pdkit/Makefile index fefb60f3746..f686cd7515f 100644 --- a/misc/ibutton-pdkit/Makefile +++ b/misc/ibutton-pdkit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/12/30 17:27:31 cjep Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:21:02 agc Exp $ # DISTNAME= ulinuxgnu PKGNAME= ibutton-pdkit-2.00 -WRKSRC= ${WRKDIR} CATEGORIES= misc MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ EXTRACT_SUFX= .zip @@ -13,6 +12,7 @@ HOMEPAGE= http://ibutton.com/ COMMENT= 1-Wire Public Domain Kit Version 2.00 MAKEFILE= makefile +WRKSRC= ${WRKDIR} SCRIPTS_ENV+= SED=${SED} |