diff options
author | jperkin <jperkin> | 2015-03-31 22:08:03 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2015-03-31 22:08:03 +0000 |
commit | 0fe0f00a5bd1f9f2a6edffbe8055e98cc895c08e (patch) | |
tree | 7fa75bb526059ee674c6d9648e5141299573409c /finance | |
parent | 31e7b070bd695f568446197b493cca4b5d8d20b7 (diff) | |
download | pkgsrc-0fe0f00a5bd1f9f2a6edffbe8055e98cc895c08e.tar.gz |
Use MACHINE_ARCH rather than LOWER_ARCH in PLIST substitution. Noticed
by wiz.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/moneyguru/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/moneyguru/PLIST b/finance/moneyguru/PLIST index 87b726ad55b..238114a4052 100644 --- a/finance/moneyguru/PLIST +++ b/finance/moneyguru/PLIST @@ -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/plugins.html 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 |