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 /www/galeon | |
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 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 1 | ||||
-rw-r--r-- | www/galeon/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 81efa5c..ab52ace 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -38,6 +38,7 @@ HEADERS_SUFX= WRKSRC= ${WRKDIR}/${PORTNAME:S/2$//}-${PORTVERSION:S/a$//} USE_BZIP2= yes USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui desktopfileutils USE_LIBTOOL_VER=15 USE_GMAKE= yes diff --git a/www/galeon/pkg-plist b/www/galeon/pkg-plist index cee09a1..8034cd8 100644 --- a/www/galeon/pkg-plist +++ b/www/galeon/pkg-plist @@ -163,9 +163,7 @@ share/gnome/help/galeon/es/plugins.xml share/gnome/help/galeon/es/preface.xml share/gnome/help/galeon/es/preferences.xml share/gnome/omf/galeon/galeon-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/galeon/galeon-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/galeon/galeon-es.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/galeon.png share/gnome/sounds/galeon/clicked.wav share/locale/am/LC_MESSAGES/galeon-2.0.mo @@ -231,6 +229,4 @@ share/locale/zh_TW/LC_MESSAGES/galeon-2.0.mo @dirrm share/gnome/galeon @dirrm lib/galeon/components @dirrm lib/galeon -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/galeon/galeon-es.omf 2>/dev/null || /usr/bin/true @unexec update-desktop-database > /dev/null || /usr/bin/true |