diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-23 02:23:08 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-23 02:23:08 +0000 |
commit | 9b457ed230f134319168eaa6db5e9bdb646358be (patch) | |
tree | 2da9490eff3216147177c5cd4d301da8c4ba489a /net-im | |
parent | 14b9c1c29f05afe83b7b130d75b659aea890c18f (diff) | |
download | FreeBSD-ports-9b457ed230f134319168eaa6db5e9bdb646358be.zip FreeBSD-ports-9b457ed230f134319168eaa6db5e9bdb646358be.tar.gz |
Use new INSTALLS_OMF.
Approved by: bland, kwm, marcus and pav
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gnomeicu/Makefile | 1 | ||||
-rw-r--r-- | net-im/gnomeicu/pkg-plist | 4 | ||||
-rw-r--r-- | net-im/gnomeicu2/Makefile | 1 | ||||
-rw-r--r-- | net-im/gnomeicu2/pkg-plist | 4 |
4 files changed, 2 insertions, 8 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index f5dd0ea..d5f610f 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/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-im/gnomeicu/pkg-plist b/net-im/gnomeicu/pkg-plist index 0ff7654..7b4e542 100644 --- a/net-im/gnomeicu/pkg-plist +++ b/net-im/gnomeicu/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 diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile index f5dd0ea..d5f610f 100644 --- a/net-im/gnomeicu2/Makefile +++ b/net-im/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-im/gnomeicu2/pkg-plist b/net-im/gnomeicu2/pkg-plist index 0ff7654..7b4e542 100644 --- a/net-im/gnomeicu2/pkg-plist +++ b/net-im/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 |