diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-04 14:45:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-04 14:45:44 +0000 |
commit | 14053e15ac81fef172bdaf560b9a4a73f79e8b9c (patch) | |
tree | b952c1f0af9da752b35f2b021e4f5cfb35a36023 /finance | |
parent | d8ebe1c571d9f14131958989076bc2af9c3aee6c (diff) | |
download | pkgsrc-14053e15ac81fef172bdaf560b9a4a73f79e8b9c.tar.gz |
* List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash-devel/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash-devel/PLIST | 3 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash/PLIST | 3 |
4 files changed, 8 insertions, 6 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index 256083fc70d..bbf78f1f982 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/29 22:07:22 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/04 14:45:44 jlam Exp $ # DISTNAME= gnucash-1.9.3 @@ -42,7 +42,7 @@ GCONF2_SCHEMAS+= apps_gnucash_import_generic_matcher.schemas #GCONF2_SCHEMAS+= apps_gnucash_dialog_hbci.schemas GCONF2_SCHEMAS+= apps_gnucash_dialog_business_common.schemas -INFO_FILES= gnucash-design.info +INFO_FILES= # PLIST .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/GConf2/schemas.mk" diff --git a/finance/gnucash-devel/PLIST b/finance/gnucash-devel/PLIST index 06f95deb008..e4c3b8f1783 100644 --- a/finance/gnucash-devel/PLIST +++ b/finance/gnucash-devel/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/03/29 22:07:22 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:44 jlam Exp $ bin/gnc-fq-check bin/gnc-fq-dump bin/gnc-fq-helper @@ -193,6 +193,7 @@ include/gnucash/table-layout.h include/gnucash/table-model.h include/gnucash/window-main-summarybar.h include/gnucash/window-report.h +info/gnucash-design.info lib/gnucash/libgnc-business-ledger.la lib/gnucash/libgncmod-app-utils.la lib/gnucash/libgncmod-binary-import.la diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index eaf4c816f6e..1e6423cd323 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.95 2006/02/05 23:09:06 joerg Exp $ +# $NetBSD: Makefile,v 1.96 2006/04/04 14:45:44 jlam Exp $ DISTNAME= gnucash-1.8.12 PKGREVISION= 3 @@ -34,7 +34,7 @@ BUILDLINK_TRANSFORM+= rm:-Werror AM_MAKEFLAGS= LIBTOOL='${LIBTOOL} ${LIBTOOL_FLAGS}' MAKE_ENV+= AM_MAKEFLAGS=${AM_MAKEFLAGS:Q} -INFO_FILES= gnucash-design.info +INFO_FILES= # PLIST # empty in 1.8.12, existed before post-install: diff --git a/finance/gnucash/PLIST b/finance/gnucash/PLIST index a405aebca00..333eec999ae 100644 --- a/finance/gnucash/PLIST +++ b/finance/gnucash/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2005/10/20 14:18:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.20 2006/04/04 14:45:44 jlam Exp $ bin/dump-finance-quote bin/gnc-prices bin/gnc-test-env @@ -120,6 +120,7 @@ include/gnucash/table-layout.h include/gnucash/table-model.h include/gnucash/window-help.h include/gnucash/window-report.h +info/gnucash-design.info lib/gnucash/libgnc-business-ledger.la lib/gnucash/libgncmod-app-file.la lib/gnucash/libgncmod-app-utils.la |