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 | |
parent | 1f75a4186cb92bb536e71bc6db99ec018780001d (diff) | |
download | ports-d7fcc8234e06a8c12e6487dd28666de98389bff5.tar.gz ports-d7fcc8234e06a8c12e6487dd28666de98389bff5.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 1 | ||||
-rw-r--r-- | mail/balsa/pkg-plist | 2 | ||||
-rw-r--r-- | mail/evolution/Makefile | 1 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 2 |
4 files changed, 2 insertions, 4 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 5967afed86bd..df6349b62978 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= aspell.16:${PORTSDIR}/textproc/aspell \ USE_GMAKE= yes USE_BZIP2= yes USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_PERL5= yes USE_OPENSSL= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libgnomeprintui \ diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist index 8bcd5a9ec530..2aab2e37876e 100644 --- a/mail/balsa/pkg-plist +++ b/mail/balsa/pkg-plist @@ -30,7 +30,6 @@ share/gnome/help/balsa/C/figures/preferences-window.png share/gnome/help/balsa/C/figures/spell-check.png share/gnome/idl/Balsa.idl share/gnome/omf/balsa/balsa-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/balsa/balsa-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnome-balsa2.png share/gnome/sounds/balsa/newmail.wav share/gnome/sounds/balsa/startup.wav @@ -87,4 +86,3 @@ share/locale/zh_TW/LC_MESSAGES/balsa.mo @dirrm share/gnome/help/balsa @dirrm share/gnome/balsa/pixmaps @dirrm share/gnome/balsa -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/balsa/balsa-C.omf 2>/dev/null || /usr/bin/true 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 |