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 /finance | |
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 'finance')
-rw-r--r-- | finance/gnucash-docs/Makefile | 1 | ||||
-rw-r--r-- | finance/gnucash-docs/pkg-plist | 6 |
2 files changed, 1 insertions, 6 deletions
diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index c8f1f8190d1a..8d63c262afbc 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -22,6 +22,7 @@ BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \ RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_X_PREFIX= yes +INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes diff --git a/finance/gnucash-docs/pkg-plist b/finance/gnucash-docs/pkg-plist index 6c5cbcfa8ca3..2838d5fccc14 100644 --- a/finance/gnucash-docs/pkg-plist +++ b/finance/gnucash-docs/pkg-plist @@ -419,11 +419,8 @@ share/gnome/help/gnucash/de_DE/gnucash-help/usage.html share/gnome/help/gnucash/de_DE/legal.xml share/gnome/help/gnucash/de_DE/txf-categories.xml share/gnome/omf/gnucash-docs/gnucash-guide-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnucash-docs/gnucash-help-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnucash-docs/gnucash-help-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/gnucash-docs/gnucash-help-de_DE.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gnucash-docs/gnucash-help-de_DE.omf 2>/dev/null || /usr/bin/true @dirrm share/gnome/omf/gnucash-docs @dirrm share/gnome/help/gnucash/de_DE/gnucash-help/stylesheet @dirrm share/gnome/help/gnucash/de_DE/gnucash-help/figures @@ -439,6 +436,3 @@ share/gnome/omf/gnucash-docs/gnucash-help-de_DE.omf @dirrm share/gnome/help/gnucash/C/figures @dirrm share/gnome/help/gnucash/C @dirrm share/gnome/help/gnucash -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnucash-docs/gnucash-help-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnucash-docs/gnucash-help-de_DE.omf 2>/dev/null || /usr/bin/true |