summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-23 09:59:10 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-23 09:59:10 +0000
commit334b3e5876ee2a456ef582a64de760166d4cbe4e (patch)
treee5e5efe0daf18a19837759f97a0c10b137ae712b /finance
parent3593005b937f9551f9f6a92d43abbc1df5b8ba1a (diff)
downloadpkgsrc-334b3e5876ee2a456ef582a64de760166d4cbe4e.tar.gz
1.8.9 ships empty gnucash-design.info, so it's necessary to rebuild it
PKGREVISION not bumped, ride the bump to 2
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 424701283b5..e0ed316edea 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2004/10/23 09:26:09 jdolecek Exp $
+# $NetBSD: Makefile,v 1.69 2004/10/23 09:59:10 jdolecek Exp $
DISTNAME= gnucash-1.8.9
PKGREVISION= 2
@@ -13,7 +13,7 @@ COMMENT= Personal double-entry accounting program
DEPENDS+= p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip
DEPENDS+= p5-finance-quote>=1.06:../../finance/p5-finance-quote
-BUILD_DEPENDS+= bison>=1.28:../../devel/bison
+BUILD_DEPENDS+= bison>=1.28:../../devel/bison
USE_DIRS+= gnome1-1.5
USE_GNU_TOOLS+= make
@@ -38,6 +38,9 @@ MAKE_ENV+= GUILE14_SUBDIR=${GUILE14_SUBDIR:Q}
INFO_FILES= gnucash-design.info
+# 1.8.9 includes empty info file, so we must rebuild it
+USE_MAKEINFO= yes
+
SUBST_CLASSES+= guile14
SUBST_STAGE.guile14= pre-configure
SUBST_MESSAGE.guile14= "Substitute interpreter calls to use guile14."
@@ -56,6 +59,10 @@ post-buildlink:
fi
.endif
+post-extract:
+ cd ${WRKSRC}/src/doc/design/ && \
+ ${MAKEINFO} ${INFO_FILES:S/.info/.texinfo/}
+
GNUCASH_GUILE_MAKEFILE_IN_FILES= \
src/app-file/Makefile.in src/app-utils/Makefile.in \
src/business/business-core/Makefile.in \