diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index a85cca5e6844..d2a2e858ef02 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -6,12 +6,12 @@ # PORTNAME= sane-frontends -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.10 CATEGORIES= graphics MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.no.mostang.com/pub/sane/%SUBDIR%/ -MASTER_SITE_SUBDIR= sane-${PORTVERSION} +MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/graphics/sane-frontends/distinfo b/graphics/sane-frontends/distinfo index 83e773887803..16ddbfac5036 100644 --- a/graphics/sane-frontends/distinfo +++ b/graphics/sane-frontends/distinfo @@ -1 +1 @@ -MD5 (sane-frontends-1.0.9.tar.gz) = 953fcd79ce2b074303c9b0ffb58e70bd +MD5 (sane-frontends-1.0.10.tar.gz) = a7de89c3e67495e8a38ca63b2ff693c4 diff --git a/graphics/sane-frontends/files/patch-src_Makefile.in b/graphics/sane-frontends/files/patch-src_Makefile.in deleted file mode 100644 index 15f28209c046..000000000000 --- a/graphics/sane-frontends/files/patch-src_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- 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) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) -+ $(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(sanedatadir) - @for program in $(BINPROGS); do \ - echo installing $${program} in $(bindir)/$${program}... ; \ - $(INSTALL_PROGRAM) $${program} \ - $(DESTDIR)$(bindir)/$${program}; \ - done - $(INSTALL_DATA) $(srcdir)/sane-style.rc \ -- $(DESTDIR)$(datadir)/sane-style.rc -+ $(DESTDIR)$(sanedatadir)/sane-style.rc - - uninstall: - @for program in $(BINPROGS); do \