diff options
Diffstat (limited to 'converters/chef')
-rw-r--r-- | converters/chef/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/chef/Makefile b/converters/chef/Makefile index 5da3749d965..336dbc0695e 100644 --- a/converters/chef/Makefile +++ b/converters/chef/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/10/31 11:25:14 tonio Exp $ +# $NetBSD: Makefile,v 1.10 2005/11/17 17:12:05 minskim Exp $ # DISTNAME= chef.l @@ -23,7 +23,7 @@ INSTALLATION_DIRS= bin do-extract: # deal with the dos encoding of the file - ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}/chef.l.tmp + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}/chef.l.tmp cd ${WRKSRC} && ${TR} '\015' '\n' < chef.l.tmp > chef.l cd ${WRKSRC} && ${RM} chef.l.tmp |