diff options
author | tv <tv@pkgsrc.org> | 2004-04-21 13:55:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-21 13:55:19 +0000 |
commit | 3772e46c97b6ac18576011c16a26a7ba708234a3 (patch) | |
tree | 736593807e826a964c86b082328be25743775131 /devel/libtool/patches | |
parent | 79ac465036337292ac46eecf35fff3166d7930f0 (diff) | |
download | pkgsrc-3772e46c97b6ac18576011c16a26a7ba708234a3.tar.gz |
"make makepatchsum", not "make makesum".
Diffstat (limited to 'devel/libtool/patches')
-rw-r--r-- | devel/libtool/patches/manual.README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/patches/manual.README b/devel/libtool/patches/manual.README index 4f7af5ea57b..151a4ff34b4 100644 --- a/devel/libtool/patches/manual.README +++ b/devel/libtool/patches/manual.README @@ -1,4 +1,4 @@ -$NetBSD: manual.README,v 1.1 2004/04/20 18:29:34 tv Exp $ +$NetBSD: manual.README,v 1.2 2004/04/21 13:55:19 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 @@ -24,7 +24,7 @@ $ cp -f acinclude.m4 libltdl/ $ (cd libltdl && make ./configure) $ pkgdiff libltdl/configure >/usr/pkgsrc/devel/libtool/patches/patch-ad $ cd /usr/pkgsrc/devel/libtool -$ make makesum +$ make makepatchsum $ cvs commit ===== |