1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to 1.0.8

PR:		38711
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Patrick Li 2002-05-30 05:10:13 +00:00
parent f2ec72fa10
commit c728e2e45e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60274
3 changed files with 12 additions and 10 deletions

View File

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

View File

@ -1 +1 @@
MD5 (sane-frontends-1.0.7.tar.gz) = 058c924a766df70d339e8579f6916527
MD5 (sane-frontends-1.0.8.tar.gz) = c6784144b87235e04709c5d3e3e79b05

View File

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