aboutsummaryrefslogtreecommitdiffstats
path: root/math/gretl/files
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-05-10 02:18:15 +0800
committerkrion <krion@FreeBSD.org>2004-05-10 02:18:15 +0800
commita9d674e9c7c947fc323c171abddb20b7638ab9fc (patch)
tree0786aced8019ce9eaa8b85d8f3983801bfd0a2d3 /math/gretl/files
parent84cd3c39436ef1f19964751fc0954663179680df (diff)
downloadfreebsd-ports-gnome-a9d674e9c7c947fc323c171abddb20b7638ab9fc.tar.gz
freebsd-ports-gnome-a9d674e9c7c947fc323c171abddb20b7638ab9fc.tar.zst
freebsd-ports-gnome-a9d674e9c7c947fc323c171abddb20b7638ab9fc.zip
- Update to version 1.2.5
PR: ports/66395 Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/files')
-rw-r--r--math/gretl/files/patch-gui2::omf-install::Makefile.in2
-rw-r--r--math/gretl/files/patch-lib::Makefile.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in
index b72b4211dc60..c365f12bc2c0 100644
--- a/math/gretl/files/patch-gui2::omf-install::Makefile.in
+++ b/math/gretl/files/patch-gui2::omf-install::Makefile.in
@@ -26,4 +26,4 @@
- $(INSTALL) -m 644 $< $(omfdir)
- scrollkeeper-update -p $(gnome_prefix)/var/scrollkeeper
+ $(INSTALL_DATA) $< $(omfdir)
-+ scrollkeeper-update -p /var/log/scrollkeeper
++ scrollkeeper-update -p /var/db/scrollkeeper
diff --git a/math/gretl/files/patch-lib::Makefile.in b/math/gretl/files/patch-lib::Makefile.in
index 02ca0337d858..0bb9c743e5d6 100644
--- a/math/gretl/files/patch-lib::Makefile.in
+++ b/math/gretl/files/patch-lib::Makefile.in
@@ -45,8 +45,8 @@
$(LIBGRETL): .deps $(LOBJS) $(AUX_LOBJ)
$(LIBTOOL) --mode=link $(CC) -o $@ $(LOBJS) $(AUX_LOBJ) \
-- -rpath $(prefix)/lib $(LIBS) -version-info 0:17:0
-+ -rpath $(prefix)/lib $(LIBS) -version-info 0:17:0 $(LDFLAGS)
+- -rpath $(prefix)/lib $(LIBS) -version-info 0:18:0
++ -rpath $(prefix)/lib $(LIBS) -version-info 0:18:0 $(LDFLAGS)
.deps:
mkdir $@