diff options
author | seb <seb@pkgsrc.org> | 2003-06-30 19:46:22 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-30 19:46:22 +0000 |
commit | 96603e1a4ebc068e4a1f613f310ba2238134c65b (patch) | |
tree | f5a12f973a96b60ad82410d8543bda8a841763f8 /finance | |
parent | decbcfdc27ea5a64e12277970d1788d2c81024ea (diff) | |
download | pkgsrc-96603e1a4ebc068e4a1f613f310ba2238134c65b.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 6 | ||||
-rw-r--r-- | finance/gnucash/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 13efd5ad135..a1cf4ddfbc1 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2003/06/05 05:01:57 uebayasi Exp $ +# $NetBSD: Makefile,v 1.44 2003/06/30 19:46:22 seb Exp $ DISTNAME= gnucash-1.8.1 PKGREVISION= 3 @@ -35,6 +35,9 @@ CONFIGURE_ENV+= PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig:${X11BASE}/lib/pkgconf AM_MAKEFLAGS= LIBTOOL='${PKGLIBTOOL} ${LIBTOOL_FLAGS}' MAKE_ENV+= AM_MAKEFLAGS="${AM_MAKEFLAGS}" +USE_NEW_TEXINFO= YES +INFO_FILES= gnucash-design.info + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" @@ -87,5 +90,4 @@ post-patch: .include "../../www/gtkhtml/buildlink2.mk" .include "../../x11/gnome-libs/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST index 7730ca8318c..e8e061bb80e 100644 --- a/finance/gnucash/PLIST +++ b/finance/gnucash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2003/05/30 16:19:56 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.8 2003/06/30 19:46:22 seb Exp $ bin/gnc-prices bin/gnc-test-env bin/gnucash @@ -117,9 +117,7 @@ include/gnucash/table-layout.h include/gnucash/table-model.h include/gnucash/window-help.h include/gnucash/window-report.h -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gnucash-design.info info/gnucash-design.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gnucash-design.info info/gnucash-design.info-1 info/gnucash-design.info-2 info/gnucash-design.info-3 |