diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-01 18:33:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-01 18:33:54 +0000 |
commit | 77a74002ac7b577286d33d3fc986a51541fc98bd (patch) | |
tree | d3d68fb659e4bcd054090626c8cf6f215e5b249f /misc | |
parent | a26ed30484af08b0a461e4e5cd47d5b4b202e5b9 (diff) | |
download | pkgsrc-77a74002ac7b577286d33d3fc986a51541fc98bd.tar.gz |
SCRIPTS_ENV is unused here, do not modify it.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ibutton-pdkit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/ibutton-pdkit/Makefile b/misc/ibutton-pdkit/Makefile index e6b6ab0dad9..b7e6578014a 100644 --- a/misc/ibutton-pdkit/Makefile +++ b/misc/ibutton-pdkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/02/22 19:26:49 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/03/01 18:34:46 wiz Exp $ # DISTNAME= ulinuxgnu @@ -15,8 +15,6 @@ COMMENT= 1-Wire Public Domain Kit Version 2.00 MAKE_FILE= makefile WRKSRC= ${WRKDIR} -SCRIPTS_ENV+= SED=${SED} - INSTALLATION_DIRS= bin post-patch: |