diff options
author | markd <markd@pkgsrc.org> | 2004-03-01 14:04:37 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-03-01 14:04:37 +0000 |
commit | c577f84e3ec33a29dbd174bb686ee46e768c04e6 (patch) | |
tree | 0bffddc6a7abe37891d379b4018a334b2c995646 /mail/kbiff | |
parent | 5b91e07ca156284518a91abf5ad070300681b91d (diff) | |
download | pkgsrc-c577f84e3ec33a29dbd174bb686ee46e768c04e6.tar.gz |
config.status is called to rebuild Makefiles if config.status is changed
and we now change it. Unfortunately at the toplevel "Makefile" is passed
as the argument but config.status expects "./Makefile" so fails.
Patch the Makefile to not try and update Makefile in this case, as if it
worked it would make no functional change to the Makefile anyway so don't
bother.
Diffstat (limited to 'mail/kbiff')
-rw-r--r-- | mail/kbiff/distinfo | 3 | ||||
-rw-r--r-- | mail/kbiff/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/kbiff/distinfo b/mail/kbiff/distinfo index 001fb17108b..ac749a8df12 100644 --- a/mail/kbiff/distinfo +++ b/mail/kbiff/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2004/02/09 11:46:49 markd Exp $ +$NetBSD: distinfo,v 1.3 2004/03/01 14:04:37 markd Exp $ SHA1 (kbiff-3.7.tar.bz2) = 9299b9c50de16baccbd929ca74e825c8b9b88cf0 Size (kbiff-3.7.tar.bz2) = 622962 bytes +SHA1 (patch-aa) = 59da8e15d482efbd0ff12cddf9fe35860552ca92 diff --git a/mail/kbiff/patches/patch-aa b/mail/kbiff/patches/patch-aa new file mode 100644 index 00000000000..1ec21d3f65e --- /dev/null +++ b/mail/kbiff/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2004/03/01 14:04:37 markd Exp $ + +--- Makefile.in.orig 2003-09-12 02:52:41.000000000 +1200 ++++ Makefile.in +@@ -268,7 +268,7 @@ $(srcdir)/Makefile.in: Makefile.am $(t + cd $(top_srcdir) && \ + $(AUTOMAKE) --foreign ./Makefile + cd $(top_srcdir) && perl admin/am_edit Makefile.in +-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++Makefile: $(srcdir)/Makefile.in + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) + + $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |