summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-17 17:12:05 +0000
committerminskim <minskim@pkgsrc.org>2005-11-17 17:12:05 +0000
commit54a3ce633068f46c8050d01c2f7048019b1b3e0d (patch)
treee4917f863cbe1567781a502ca4516a12159be650 /converters
parent31448b1b1cde05f49c7398f114524b563cd3820d (diff)
downloadpkgsrc-54a3ce633068f46c8050d01c2f7048019b1b3e0d.tar.gz
Correct a distfile path. Noted by salo@.
Diffstat (limited to 'converters')
-rw-r--r--converters/chef/Makefile4
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