diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-23 10:23:08 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-23 10:23:08 +0800 |
commit | 9b457ed230f134319168eaa6db5e9bdb646358be (patch) | |
tree | 2da9490eff3216147177c5cd4d301da8c4ba489a /audio/rhythmbox | |
parent | 14b9c1c29f05afe83b7b130d75b659aea890c18f (diff) | |
download | freebsd-ports-gnome-9b457ed230f134319168eaa6db5e9bdb646358be.tar.gz freebsd-ports-gnome-9b457ed230f134319168eaa6db5e9bdb646358be.tar.zst freebsd-ports-gnome-9b457ed230f134319168eaa6db5e9bdb646358be.zip |
Use new INSTALLS_OMF.
Approved by: bland, kwm, marcus and pav
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 1 | ||||
-rw-r--r-- | audio/rhythmbox/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index bac96845892f..87b2633919b3 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ USE_BZIP2= yes USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui USE_LIBTOOL_VER=15 diff --git a/audio/rhythmbox/pkg-plist b/audio/rhythmbox/pkg-plist index c686d90f6868..576f86e139a5 100644 --- a/audio/rhythmbox/pkg-plist +++ b/audio/rhythmbox/pkg-plist @@ -81,9 +81,7 @@ share/gnome/help/rhythmbox/ja/user-guide.xml share/gnome/idl/Rhythmbox.idl share/gnome/mime-info/rhythmbox.keys share/gnome/omf/rhythmbox/rhythmbox-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/rhythmbox/rhythmbox-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/rhythmbox/rhythmbox-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/rhythmbox/rhythmbox-ja.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/rhythmbox.png share/gnome/rhythmbox/art/about-logo.png share/gnome/rhythmbox/art/rhythmbox-album.png @@ -184,5 +182,3 @@ share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo @dirrm share/gnome/help/rhythmbox/C/figures @dirrm share/gnome/help/rhythmbox/C @dirrm share/gnome/help/rhythmbox -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/rhythmbox/rhythmbox-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/rhythmbox/rhythmbox-ja.omf 2>/dev/null || /usr/bin/true |