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 /graphics/gpdf | |
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 'graphics/gpdf')
-rw-r--r-- | graphics/gpdf/Makefile | 1 | ||||
-rw-r--r-- | graphics/gpdf/pkg-plist | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 3bacabe..9c833a2 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \ desktopfileutils USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist index fd5b704..b5c1ad6 100644 --- a/graphics/gpdf/pkg-plist +++ b/graphics/gpdf/pkg-plist @@ -20,11 +20,8 @@ share/gnome/help/gpdf/es/gpdf.xml share/gnome/help/gpdf/es/legal.xml share/gnome/mime-info/gpdf.keys share/gnome/omf/gpdf/gpdf-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gpdf/gpdf-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gpdf/gpdf-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gpdf/gpdf-de.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gpdf/gpdf-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gpdf/gpdf-es.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gnome-pdf.png share/gnome/pixmaps/gpdf/fitwidth.png share/gnome/pixmaps/gpdf/stock_book-closed-mark.png @@ -108,7 +105,4 @@ share/locale/zh_TW/LC_MESSAGES/gpdf.mo @dirrm share/gnome/help/gpdf @dirrm share/gnome/gpdf/glade @dirrm share/gnome/gpdf -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-es.omf 2>/dev/null || /usr/bin/true @unexec update-desktop-database > /dev/null || /usr/bin/true |