diff options
Diffstat (limited to 'graphics/sane/patches/patch-ac')
-rw-r--r-- | graphics/sane/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sane/patches/patch-ac b/graphics/sane/patches/patch-ac new file mode 100644 index 00000000000..120e92f62b8 --- /dev/null +++ b/graphics/sane/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.8 2000/08/30 12:19:08 rh Exp $ + +--- tools/Makefile.in.orig Sun Mar 5 14:45:19 2000 ++++ tools/Makefile.in Mon Jul 3 17:13:09 2000 +@@ -65,7 +65,7 @@ + all: $(DESTINATIONS) + + install: sane-config +- $(INSTALL_PROGRAM) sane-config $(bindir)/sane-config ++ ${BSD_INSTALL_SCRIPT} sane-config ${bindir}/sane-config + + sane-config: sane-config.in $(top_builddir)/config.status + cd $(top_builddir) \ |