pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/chef Correct a distfile path. Noted by salo@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9f854db28de
branches:  trunk
changeset: 503274:a9f854db28de
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Nov 17 17:12:05 2005 +0000

description:
Correct a distfile path.  Noted by salo@.

diffstat:

 converters/chef/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c803349c003b -r a9f854db28de converters/chef/Makefile
--- a/converters/chef/Makefile  Thu Nov 17 17:05:30 2005 +0000
+++ b/converters/chef/Makefile  Thu Nov 17 17:12:05 2005 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index