Update to 3.39.

Make patch directory more punctual.
This commit is contained in:
Sergey A. Osokin 2005-06-16 07:01:33 +00:00
parent e71cab4cb5
commit b2cadaadb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137527
3 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= gigabase
PORTVERSION= 3.38
PORTVERSION= 3.39
CATEGORIES= databases
MASTER_SITES= http://www.garret.ru/~knizhnik/

View file

@ -1,2 +1,2 @@
MD5 (gigabase-3.38.tar.gz) = 5fea4bd9421007e02a10b79f4514d192
SIZE (gigabase-3.38.tar.gz) = 1349539
MD5 (gigabase-3.39.tar.gz) = a103c552559436ccb544877444390e24
SIZE (gigabase-3.39.tar.gz) = 1350924

View file

@ -1,11 +1,11 @@
--- Makefile.in.orig Sat Jan 24 14:20:52 2004
+++ Makefile.in Mon Jul 5 14:33:14 2004
--- Makefile.in.orig Wed Jun 15 12:21:14 2005
+++ Makefile.in Wed Jun 15 12:23:48 2005
@@ -5,8 +5,10 @@
prefix = @prefix@
exec_prefix = @exec_prefix@
VPATH = @srcdir@
-LIBTOOL = $(srcdir)/libtool
+LIBTOOL?= $(srcdir)/libtool
-LIBTOOL = ./libtool
+LIBTOOL? = ./libtool
INSTALL = @INSTALL@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_DATA = @INSTALL_DATA@