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 /misc/gnomesword | |
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 'misc/gnomesword')
-rw-r--r-- | misc/gnomesword/Makefile | 1 | ||||
-rw-r--r-- | misc/gnomesword/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/misc/gnomesword/Makefile b/misc/gnomesword/Makefile index 7df677c1f3fd..4747cee57b4c 100644 --- a/misc/gnomesword/Makefile +++ b/misc/gnomesword/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= sword.4:${PORTSDIR}/misc/sword RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtkhtml3 intlhack USE_REINPLACE= yes USE_GMAKE= yes diff --git a/misc/gnomesword/pkg-plist b/misc/gnomesword/pkg-plist index 03672f0d6bc7..6ebb6e7655d6 100644 --- a/misc/gnomesword/pkg-plist +++ b/misc/gnomesword/pkg-plist @@ -29,9 +29,7 @@ share/gnome/help/gnomesword/fr/figures/gnomesword_studypad.png share/gnome/help/gnomesword/fr/gnomesword.xml share/gnome/help/gnomesword/fr/legal.xml share/gnome/omf/gnomesword/gnomesword-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnomesword/gnomesword-C.omf 2>/dev/null || true share/gnome/omf/gnomesword/gnomesword-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnomesword/gnomesword-fr.omf 2>/dev/null || true share/gnome/pixmaps/gnomesword/about.png share/gnome/pixmaps/gnomesword/book-bl.png share/gnome/pixmaps/gnomesword/book-gold.png @@ -66,5 +64,3 @@ share/locale/uk/LC_MESSAGES/gnomesword.mo @dirrm share/gnome/help/gnomesword/C @dirrm share/gnome/help/gnomesword %%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnomesword/gnomesword-C.omf 2>/dev/null || true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnomesword/gnomesword-fr.omf 2>/dev/null || true |