diff options
-rw-r--r-- | devel/automake14/distinfo | 4 | ||||
-rw-r--r-- | devel/automake14/patches/patch-ab | 11 |
2 files changed, 3 insertions, 12 deletions
diff --git a/devel/automake14/distinfo b/devel/automake14/distinfo index bc2557811ae..4a9baa0ecf4 100644 --- a/devel/automake14/distinfo +++ b/devel/automake14/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/10/03 19:26:12 wiz Exp $ +$NetBSD: distinfo,v 1.2 2002/10/26 18:04:06 bouyer Exp $ SHA1 (automake-1.4-p6.tar.gz) = 330c75c98e6dcdf21cbb63cf94ced8ea564b9438 Size (automake-1.4-p6.tar.gz) = 375060 bytes SHA1 (patch-aa) = e5e7f073a777be92f419173c9cc84dc42325a3a1 -SHA1 (patch-ab) = 02a374d68c7f46fecebb0c4179d3f4eb603b7103 +SHA1 (patch-ab) = 9cdccb652f5d899f10941ad43eb7c53d4581a5e3 diff --git a/devel/automake14/patches/patch-ab b/devel/automake14/patches/patch-ab index 4516383fb01..ac167b563b5 100644 --- a/devel/automake14/patches/patch-ab +++ b/devel/automake14/patches/patch-ab @@ -1,16 +1,7 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/10/03 19:26:12 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2002/10/26 18:04:06 bouyer Exp $ --- Makefile.in.orig Sat Jul 27 23:09:40 2002 +++ Makefile.in -@@ -59,7 +59,7 @@ PRE_UNINSTALL = : - POST_UNINSTALL = : - APIVERSION = @APIVERSION@ - LN = @LN@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = /usr/bin/makeinfo - PACKAGE = @PACKAGE@ - PERL = @PERL@ - TAR = @TAR@ @@ -137,11 +137,11 @@ install-binSCRIPTS: $(bin_SCRIPTS) $(mkinstalldirs) $(DESTDIR)$(bindir) @list='$(bin_SCRIPTS)'; for p in $$list; do \ |