summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-09-27 14:40:58 +0000
committertv <tv@pkgsrc.org>2004-09-27 14:40:58 +0000
commit680cfe90736a2b366217475e62043ebce34a076c (patch)
treed30f4c106614bc26cb350d81a4ff9e5d0f3719c7 /devel/libtool
parentd5933401a884d693bd11c9d951c44707e6f3566f (diff)
downloadpkgsrc-680cfe90736a2b366217475e62043ebce34a076c.tar.gz
Tweak doc to say "make extract" rather than "make configure".
Diffstat (limited to 'devel/libtool')
-rw-r--r--devel/libtool/patches/manual.README4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/patches/manual.README b/devel/libtool/patches/manual.README
index 3378d638130..1c308e0a2b6 100644
--- a/devel/libtool/patches/manual.README
+++ b/devel/libtool/patches/manual.README
@@ -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 @@ libtool, the following process should be used:
=====
cd /usr/pkgsrc/devel/libtool-base
-make configure
+make extract
cd work*/libtool-*
cat /usr/pkgsrc/devel/libtool/patches/manual-* | patch -s