pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/flyspell Correct path to DISTFILES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb1d7b785da6
branches:  trunk
changeset: 486350:fb1d7b785da6
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Dec 27 03:09:18 2004 +0000

description:
Correct path to DISTFILES.

diffstat:

 textproc/flyspell/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 97c65b1c2d7f -r fb1d7b785da6 textproc/flyspell/Makefile
--- a/textproc/flyspell/Makefile        Mon Dec 27 02:31:07 2004 +0000
+++ b/textproc/flyspell/Makefile        Mon Dec 27 03:09:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/16 07:29:18 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/27 03:09:18 minskim Exp $
 #
 
 DISTNAME=      flyspell-1.7f.el
@@ -23,7 +23,7 @@
 NO_BUILD=      #
 
 do-extract:
-       @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+       @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKSRC}
 
 do-install:
        ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/flyspell



Home | Main Index | Thread Index | Old Index