Update to 1.0.10

PR:		ports/48151
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2003-02-10 21:08:22 +00:00
parent a0af116632
commit 7c3c9062a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75260
3 changed files with 3 additions and 22 deletions

View File

@ -6,12 +6,12 @@
# #
PORTNAME= sane-frontends PORTNAME= sane-frontends
PORTVERSION= 1.0.9 PORTVERSION= 1.0.10
CATEGORIES= graphics CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \ MASTER_SITES= ftp://ftp.mostang.com/pub/sane/%SUBDIR%/ \
ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \ ftp://ftp.de.mostang.com/pub/sane/%SUBDIR%/ \
ftp://ftp.no.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 MAINTAINER= ports@FreeBSD.org

View File

@ -1 +1 @@
MD5 (sane-frontends-1.0.9.tar.gz) = 953fcd79ce2b074303c9b0ffb58e70bd MD5 (sane-frontends-1.0.10.tar.gz) = a7de89c3e67495e8a38ca63b2ff693c4

View File

@ -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 \