diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-23 04:57:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-23 04:57:02 +0800 |
commit | c3febaaf9d87d7934e0f2547fcdc541f65e113d0 (patch) | |
tree | 1b7cec2fdae253b4fbee272618974a5799b07a41 /math | |
parent | 866e9e90fe868cbf821d9e55bb6d2a1aa48e75ee (diff) | |
download | marcuscom-ports-c3febaaf9d87d7934e0f2547fcdc541f65e113d0.tar marcuscom-ports-c3febaaf9d87d7934e0f2547fcdc541f65e113d0.tar.gz marcuscom-ports-c3febaaf9d87d7934e0f2547fcdc541f65e113d0.tar.bz2 marcuscom-ports-c3febaaf9d87d7934e0f2547fcdc541f65e113d0.tar.lz marcuscom-ports-c3febaaf9d87d7934e0f2547fcdc541f65e113d0.tar.xz marcuscom-ports-c3febaaf9d87d7934e0f2547fcdc541f65e113d0.tar.zst marcuscom-ports-c3febaaf9d87d7934e0f2547fcdc541f65e113d0.zip |
Use INSTALLS_OMF... This time, I spelled it right. :-P
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3095 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric2/Makefile | 1 | ||||
-rw-r--r-- | math/gnumeric2/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index 1104d2c84..630a0f5aa 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -23,6 +23,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ libgnomedb libgsf_gnome pygtk2 USE_PYTHON= yes +INSTALLS_OMF= yes USE_REINPLACE= yes USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 8ef1aba25..9a8011450 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -605,7 +605,6 @@ share/gnome/mc/templates/gnumeric.desktop share/gnome/mime-info/gnumeric.keys share/gnome/mime-info/gnumeric.mime share/gnome/omf/gnumeric/gnumeric-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnumeric/gnumeric-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnome-application-vnd.lotus-1-2-3.png share/gnome/pixmaps/gnome-application-x-applix-spreadsheet.png share/gnome/pixmaps/gnome-application-x-generic-spreadsheet.png @@ -814,4 +813,3 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins @dirrm lib/gnumeric/%%VERSION%% @dirrm lib/gnumeric -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnumeric/gnumeric-C.omf 2>/dev/null || /usr/bin/true |