diff options
-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 d6c89fc78..fc55e594d 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -26,6 +26,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gal2 \ gtkhtml3 desktopfileutils USE_REINPLACE= yes USE_LIBTOOL_VER=15 +INSTALLS_OMF= yes CONFIGURE_ARGS= --enable-nss=yes \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib \ diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 1eff8b59b..a4ffd7c58 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -465,7 +465,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 @@ -565,5 +564,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 |