diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /misc/ibutton-pdkit | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 c152b53b6c0..24d64b92df2 100644 --- a/misc/ibutton-pdkit/Makefile +++ b/misc/ibutton-pdkit/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2001/10/26 12:33:23 agc Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:49 jmmv 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 @@ -11,7 +12,6 @@ MAINTAINER= damon@brodiefamily.org HOMEPAGE= http://ibutton.com COMMENT= 1-Wire Public Domain Kit Version 2.00 -WRKSRC= ${WRKDIR} MAKEFILE= makefile SCRIPTS_ENV+= SED=${SED} |