pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/moneyguru Use MACHINE_ARCH rather than LOWER_A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5c075dd6be8
branches:  trunk
changeset: 649106:b5c075dd6be8
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Mar 31 22:08:03 2015 +0000

description:
Use MACHINE_ARCH rather than LOWER_ARCH in PLIST substitution.  Noticed
by wiz.

diffstat:

 finance/moneyguru/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d382332b3f24 -r b5c075dd6be8 finance/moneyguru/PLIST
--- a/finance/moneyguru/PLIST   Tue Mar 31 22:03:48 2015 +0000
+++ b/finance/moneyguru/PLIST   Tue Mar 31 22:08:03 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/03/30 09:43:45 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/03/31 22:08:03 jperkin Exp $
 bin/moneyguru
 share/applications/moneyguru.desktop
 share/moneyguru/ambuttonbar/AMButtonBar.h
@@ -122,7 +122,7 @@
 share/moneyguru/build/help/reconciliation.html
 share/moneyguru/build/help/search.html
 share/moneyguru/build/help/searchindex.js
-share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${LOWER_ARCH}-${PYVERSSUFFIX}/_amount.so
+share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${MACHINE_ARCH}-${PYVERSSUFFIX}/_amount.so
 share/moneyguru/build/locale/cs/LC_MESSAGES/columns.mo
 share/moneyguru/build/locale/cs/LC_MESSAGES/core.mo
 share/moneyguru/build/locale/cs/LC_MESSAGES/hscommon.mo



Home | Main Index | Thread Index | Old Index