diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /math/gretl | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'math/gretl')
-rw-r--r-- | math/gretl/Makefile | 3 | ||||
-rw-r--r-- | math/gretl/files/patch-gui2::omf-install::Makefile.in | 2 | ||||
-rw-r--r-- | math/gretl/files/patch-po::Makefile.in.in | 11 | ||||
-rw-r--r-- | math/gretl/pkg-plist | 19 |
4 files changed, 12 insertions, 23 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index c6b9e1be41d3..c36ad83fcf25 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gretl PORTVERSION= 1.6.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math finance MASTER_SITES= SF @@ -49,7 +49,6 @@ BROKEN= math/lapack appears to be broken on alpha PKGNAMESUFFIX= -gnome USE_GNOME+= gnomeprefix gtksourceview libgnomeui GCONF_SCHEMAS= gretl.schemas -DATADIR= ${PREFIX}/share/gnome/${PORTNAME} .else CONFIGURE_ARGS+= --without-gnome --without-gtksourceview .endif diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in index c365f12bc2c0..c5cfa1532451 100644 --- a/math/gretl/files/patch-gui2::omf-install::Makefile.in +++ b/math/gretl/files/patch-gui2::omf-install::Makefile.in @@ -14,7 +14,7 @@ -docdir = $(gnome_prefix)/share/gnome/help/gretl/C -omfdir = $(gnome_prefix)/share/omf/gretl -+docdir = $(datadir)/help/gretl/C ++docdir = $(gnome_prefix)/share/gnome/help/gretl/C +omfdir = $(datadir)/omf/gretl gretl-C.omf: gretl-C.omf.in diff --git a/math/gretl/files/patch-po::Makefile.in.in b/math/gretl/files/patch-po::Makefile.in.in deleted file mode 100644 index 53fa2d5ede09..000000000000 --- a/math/gretl/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Fri May 24 05:03:49 2002 -+++ po/Makefile.in.in Mon Oct 21 08:10:04 2002 -@@ -21,7 +21,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ diff --git a/math/gretl/pkg-plist b/math/gretl/pkg-plist index 29d406f2ee05..7ccc034ae345 100644 --- a/math/gretl/pkg-plist +++ b/math/gretl/pkg-plist @@ -155,7 +155,7 @@ lib/libgretl-1.0.la lib/libgretl-1.0.so lib/libgretl-1.0.so.0 libdata/pkgconfig/gretl.pc -%%GNOME:%%share/gnome/applications/gretl.desktop +%%GNOME:%%share/applications/gretl.desktop %%DATADIR%%/COPYING %%DATADIR%%/data/data10-1.gdt %%DATADIR%%/data/data10-2.gdt @@ -470,14 +470,14 @@ libdata/pkgconfig/gretl.pc %%DATADIR%%/scripts/ps_descriptions %%DATADIR%%/scripts/testinp %%DATADIR%%/scripts/wg_ps_descriptions -%%GNOME:%%share/gnome/gtksourceview-1.0/language-specs/gnuplot.lang -%%GNOME:%%share/gnome/gtksourceview-1.0/language-specs/gretl.lang -%%GNOME:%%share/gnome/mime-info/gretl.keys -%%GNOME:%%share/gnome/mime-info/gretl.mime -%%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretldata.png -%%GNOME:%%share/gnome/pixmaps/gnome-application-x-gretlsession.png -%%GNOME:%%share/gnome/pixmaps/gretl-logo.xpm -%%GNOME:%%share/gnome/pixmaps/gretl.xpm +%%GNOME:%%share/gtksourceview-1.0/language-specs/gnuplot.lang +%%GNOME:%%share/gtksourceview-1.0/language-specs/gretl.lang +%%GNOME:%%share/mime-info/gretl.keys +%%GNOME:%%share/mime-info/gretl.mime +%%GNOME:%%share/pixmaps/gnome-application-x-gretldata.png +%%GNOME:%%share/pixmaps/gnome-application-x-gretlsession.png +%%GNOME:%%share/pixmaps/gretl-logo.xpm +%%GNOME:%%share/pixmaps/gretl.xpm share/locale/de/LC_MESSAGES/gretl.mo share/locale/es/LC_MESSAGES/gretl.mo share/locale/eu/LC_MESSAGES/gretl.mo @@ -507,3 +507,4 @@ share/locale/tr/LC_MESSAGES/gretl.mo @dirrm include/gretl @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/applications |