pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool/patches Tweak doc to say "make extract" ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25e5aade737f
branches:  trunk
changeset: 481189:25e5aade737f
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Sep 27 14:40:58 2004 +0000

description:
Tweak doc to say "make extract" rather than "make configure".

diffstat:

 devel/libtool/patches/manual.README |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 160b355e0e31 -r 25e5aade737f devel/libtool/patches/manual.README
--- a/devel/libtool/patches/manual.README       Mon Sep 27 14:19:44 2004 +0000
+++ b/devel/libtool/patches/manual.README       Mon Sep 27 14:40:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: manual.README,v 1.3 2004/04/21 14:55:32 tv Exp $
+$NetBSD: manual.README,v 1.4 2004/09/27 14:40:58 tv Exp $
 
 The "manual-*" patch files are used to maintain the pkgsrc version of
 libtool.  These files contain patches for the .m4 files in libtool which are
@@ -12,7 +12,7 @@
 =====
 
 cd /usr/pkgsrc/devel/libtool-base
-make configure
+make extract
 cd work*/libtool-*
 cat /usr/pkgsrc/devel/libtool/patches/manual-* | patch -s
 



Home | Main Index | Thread Index | Old Index