diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 02:23:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-11-23 02:23:08 +0000 |
commit | d7fcc8234e06a8c12e6487dd28666de98389bff5 (patch) | |
tree | c3561c94edaa03faaf0f9e928fbba2a1a28a3669 /mail/evolution | |
parent | 1f75a4186cb92bb536e71bc6db99ec018780001d (diff) | |
download | ports-d7fcc8234e06a8c12e6487dd28666de98389bff5.tar.gz ports-d7fcc8234e06a8c12e6487dd28666de98389bff5.zip |
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 1 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index d178f9dc8df8..92e613d78ffc 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -23,6 +23,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gal2 \ gtkhtml3 desktopfileutils USE_REINPLACE= yes diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 8e8ddd96d02d..9be0485ad80a 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -451,7 +451,6 @@ share/gnome/idl/evolution-%%VERSION%%/evolution-calendar.idl share/gnome/mime-info/evolution-%%VERSION%%.keys share/gnome/mime-info/evolution-%%VERSION%%.mime share/gnome/omf/evolution/evolution-%%PORTVERSION%%-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/evolution/evolution-%%PORTVERSION%%-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/evolution-%%VERSION%%.png share/locale/am/LC_MESSAGES/evolution-%%VERSION%%.mo share/locale/ar/LC_MESSAGES/evolution-%%VERSION%%.mo @@ -558,5 +557,4 @@ share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo @dirrm include/evolution-%%VERSION%%/e-conduit @dirrm include/evolution-%%VERSION%%/camel @dirrm include/evolution-%%VERSION%% -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/evolution/evolution-%%PORTVERSION%%-C.omf 2>/dev/null || /usr/bin/true @unexec update-desktop-database > /dev/null || /usr/bin/true |