diff options
author | skrll <skrll@pkgsrc.org> | 2001-05-05 16:38:51 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-05-05 16:38:51 +0000 |
commit | 3c201dfe6bdbfa0254eafc01831d3a2e11d4454d (patch) | |
tree | 9d389140ff8bdcfe9f7caa0d3d0790ad2433e9dc /sysutils | |
parent | 61b35899ac7663baf99372d73e81a6a753c3ff21 (diff) | |
download | pkgsrc-3c201dfe6bdbfa0254eafc01831d3a2e11d4454d.tar.gz |
Don't install original file from patch. Fixes leftover picked up in bulk
build.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/stow/distinfo | 4 | ||||
-rw-r--r-- | sysutils/stow/patches/patch-ab | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/sysutils/stow/distinfo b/sysutils/stow/distinfo index a4e5bc33f47..134af0314a6 100644 --- a/sysutils/stow/distinfo +++ b/sysutils/stow/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/04/28 04:51:01 jtb Exp $ +$NetBSD: distinfo,v 1.4 2001/05/05 16:38:51 skrll Exp $ SHA1 (stow-1.3.2.tar.gz) = a9d1e6de2f4f1a93441ba8296665cf88e79b538d Size (stow-1.3.2.tar.gz) = 107258 bytes SHA1 (patch-aa) = 8bde49611c7d7f18240d55b16c54e6edca27508c -SHA1 (patch-ab) = 931fca8940fdfb06e0a2607920997d0edb257152 +SHA1 (patch-ab) = f26537b409d8d750abcc835a9ad66a89e90059f6 diff --git a/sysutils/stow/patches/patch-ab b/sysutils/stow/patches/patch-ab index cccacf50126..b270bfd9fb8 100644 --- a/sysutils/stow/patches/patch-ab +++ b/sysutils/stow/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1 2001/04/28 04:51:01 jtb Exp $ +$NetBSD: patch-ab,v 1.2 2001/05/05 16:38:52 skrll Exp $ ---- Makefile.in.orig Fri Oct 11 22:10:57 1996 +--- Makefile.in.orig Fri Oct 11 23:10:57 1996 +++ Makefile.in @@ -51,7 +51,7 @@ @@ -11,3 +11,12 @@ $NetBSD: patch-ab,v 1.1 2001/04/28 04:51:01 jtb Exp $ INFO_DEPS = stow.info DVIS = stow.dvi TEXINFOS = stow.texi +@@ -140,7 +140,7 @@ + install-info: $(INFO_DEPS) + $(mkinstalldirs) $(infodir) + for file in $(INFO_DEPS); do \ +- for ifile in `cd $(srcdir) && echo $$file*`; do \ ++ for ifile in `cd $(srcdir) && echo $$file`; do \ + $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \ + done; \ + done |