diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-17 17:12:05 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-17 17:12:05 +0000 |
commit | b16927c8a373276b50878e383870c5cf9c909aa2 (patch) | |
tree | e4917f863cbe1567781a502ca4516a12159be650 /converters/chef | |
parent | 0d65678eb9ddd972832b3fc35ee783a81a73453a (diff) | |
download | pkgsrc-b16927c8a373276b50878e383870c5cf9c909aa2.tar.gz |
Correct a distfile path. Noted by salo@.
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 |