From c728e2e45ee4d33e20297d5e1f7eb0fb0d86cf9b Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Thu, 30 May 2002 05:10:13 +0000 Subject: Update to 1.0.8 PR: 38711 Submitted by: KATO Tsuguru --- graphics/sane-frontends/Makefile | 2 +- graphics/sane-frontends/distinfo | 2 +- graphics/sane-frontends/files/patch-src_Makefile.in | 18 ++++++++++-------- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'graphics/sane-frontends') diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index 0321e162fdb2..83677b519b4a 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sane-frontends -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ diff --git a/graphics/sane-frontends/distinfo b/graphics/sane-frontends/distinfo index bfbd4b3190fe..a5e00829673c 100644 --- a/graphics/sane-frontends/distinfo +++ b/graphics/sane-frontends/distinfo @@ -1 +1 @@ -MD5 (sane-frontends-1.0.7.tar.gz) = 058c924a766df70d339e8579f6916527 +MD5 (sane-frontends-1.0.8.tar.gz) = c6784144b87235e04709c5d3e3e79b05 diff --git a/graphics/sane-frontends/files/patch-src_Makefile.in b/graphics/sane-frontends/files/patch-src_Makefile.in index 916b647b034f..15f28209c046 100644 --- a/graphics/sane-frontends/files/patch-src_Makefile.in +++ b/graphics/sane-frontends/files/patch-src_Makefile.in @@ -1,17 +1,19 @@ ---- src/Makefile.in.orig Tue May 29 07:16:55 2001 -+++ src/Makefile.in Mon Jul 2 22:12:55 2001 -@@ -65,12 +65,12 @@ +--- src/Makefile.in.orig Sun Mar 31 07:18:50 2002 ++++ src/Makefile.in Sat May 25 16:10:57 2002 +@@ -76,14 +76,14 @@ echo "*** maybe the GTK libraries weren't found?" ; \ exit 1 ; \ fi -- $(MKDIR) $(bindir) $(datadir) -+ $(MKDIR) $(bindir) $(sanedatadir) +- $(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) ++ $(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(sanedatadir) @for program in $(BINPROGS); do \ + echo installing $${program} in $(bindir)/$${program}... ; \ $(INSTALL_PROGRAM) $${program} \ - $(bindir)/$${program}; \ + $(DESTDIR)$(bindir)/$${program}; \ done -- $(INSTALL_DATA) $(srcdir)/sane-style.rc $(datadir)/sane-style.rc -+ $(INSTALL_DATA) $(srcdir)/sane-style.rc $(sanedatadir)/sane-style.rc + $(INSTALL_DATA) $(srcdir)/sane-style.rc \ +- $(DESTDIR)$(datadir)/sane-style.rc ++ $(DESTDIR)$(sanedatadir)/sane-style.rc uninstall: @for program in $(BINPROGS); do \ -- cgit v1.2.3