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 /net/gnomeicu2 | |
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 'net/gnomeicu2')
-rw-r--r-- | net/gnomeicu2/Makefile | 1 | ||||
-rw-r--r-- | net/gnomeicu2/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index f5dd0ea4257a..d5f610f0b820 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm USE_BZIP2= yes USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel lthack libxml2 USE_GMAKE= yes USE_LIBTOOL_VER=13 diff --git a/net/gnomeicu2/pkg-plist b/net/gnomeicu2/pkg-plist index 0ff7654b26d0..7b4e54228c1c 100644 --- a/net/gnomeicu2/pkg-plist +++ b/net/gnomeicu2/pkg-plist @@ -224,9 +224,7 @@ share/gnome/help/gnomeicu/uk/figures/sendurl.png share/gnome/help/gnomeicu/uk/figures/userinfo.png share/gnome/help/gnomeicu/uk/gnomeicu.xml share/gnome/omf/gnomeicu/gnomeicu-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnomeicu/gnomeicu-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnomeicu/gnomeicu-uk.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnomeicu/gnomeicu-uk.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnome-gnomeicu.png share/gnome/sounds/gnomeicu/Auth.wav share/gnome/sounds/gnomeicu/File.wav @@ -301,5 +299,3 @@ share/locale/zh_TW/LC_MESSAGES/gnomeicu.mo @dirrm share/gnome/gnomeicu/emoticons/AIM @dirrm share/gnome/gnomeicu/emoticons @dirrm share/gnome/gnomeicu -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnomeicu/gnomeicu-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnomeicu/gnomeicu-uk.omf 2>/dev/null || /usr/bin/true |