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 /www/galeon | |
parent | 1f75a4186cb92bb536e71bc6db99ec018780001d (diff) | |
download | ports-d7fcc8234e06a8c12e6487dd28666de98389bff5.tar.gz ports-d7fcc8234e06a8c12e6487dd28666de98389bff5.zip |
Use new INSTALLS_OMF.
Approved by: bland, kwm, marcus and pav
Notes
Notes:
svn path=/head/; revision=122196
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 81efa5c95e43..ab52acef334e 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 cee09a1d915d..8034cd87baaf 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 |