diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-31 03:19:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-31 03:19:09 +0800 |
commit | 063bda769720800b26536848a5ca1019514ebd8b (patch) | |
tree | d58e2942aeb61364d9529e1c1ae26b5be72b981f /math/gnumeric2 | |
parent | 8334cf53b5671b3768ac1bbbad373759fc0424b4 (diff) | |
download | freebsd-ports-gnome-063bda769720800b26536848a5ca1019514ebd8b.tar.gz freebsd-ports-gnome-063bda769720800b26536848a5ca1019514ebd8b.tar.zst freebsd-ports-gnome-063bda769720800b26536848a5ca1019514ebd8b.zip |
Properly handle OMF files.
Diffstat (limited to 'math/gnumeric2')
-rw-r--r-- | math/gnumeric2/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gnumeric2/pkg-plist b/math/gnumeric2/pkg-plist index 3880caaf7115..64dd20257d34 100644 --- a/math/gnumeric2/pkg-plist +++ b/math/gnumeric2/pkg-plist @@ -545,6 +545,7 @@ 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 @@ -822,3 +823,4 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/autoformat @dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric/autocorrect @dirrm etc/gconf/gconf.xml.defaults/apps/gnumeric +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnumeric/gnumeric-C.omf 2>/dev/null || /usr/bin/true |