diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:17:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-22 09:17:12 +0000 |
commit | 64352bb110e6b35a8a23e32dd32ae2a94b866a0e (patch) | |
tree | b71b20ba48fbb2d5aa5a2e3fa1a8112fd111148d /graphics/sane/files/patch-ad | |
parent | Upgrade to 1.0.4. (diff) |
Nuke sane, it split into sane-backends & sane-frontends now.
Notes
Notes:
svn path=/head/; revision=40196
Diffstat (limited to 'graphics/sane/files/patch-ad')
-rw-r--r-- | graphics/sane/files/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/sane/files/patch-ad b/graphics/sane/files/patch-ad deleted file mode 100644 index aa5e99f75678..000000000000 --- a/graphics/sane/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ ---- tools/Makefile.in.orig Sun Mar 5 22:45:19 2000 -+++ tools/Makefile.in Wed Apr 19 06:00:00 2000 -@@ -25,6 +25,7 @@ - MKDIR = $(top_srcdir)/mkinstalldirs - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - RANLIB = @RANLIB@ - -@@ -65,7 +66,7 @@ - all: $(DESTINATIONS) - - install: sane-config -- $(INSTALL_PROGRAM) sane-config $(bindir)/sane-config -+ $(INSTALL_SCRIPT) sane-config $(bindir)/sane-config - - sane-config: sane-config.in $(top_builddir)/config.status - cd $(top_builddir) \ |