diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-21 16:48:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-21 16:48:38 +0000 |
commit | ddb007f98c8de5f4ad8d451496d5ffa1c6a78237 (patch) | |
tree | fbcded382a11f2408e0cb39ba3488b3678c590b6 /finance | |
parent | 0763efb9a742227ccd763370ff9b66145fbc3bb5 (diff) | |
download | pkgsrc-ddb007f98c8de5f4ad8d451496d5ffa1c6a78237.tar.gz |
Replace architecture in the PLIST as well.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/moneyguru/Makefile | 11 | ||||
-rw-r--r-- | finance/moneyguru/PLIST | 6 |
2 files changed, 13 insertions, 4 deletions
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile index 410573e191d..f3a27e88fab 100644 --- a/finance/moneyguru/Makefile +++ b/finance/moneyguru/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2015/04/13 23:12:42 rodent Exp $ +# $NetBSD: Makefile,v 1.11 2015/04/21 16:48:38 joerg Exp $ # # any of ~* is fine, they are the same and just there for Ubuntu # so moneyguru's built for all releases @@ -36,6 +36,15 @@ REPLACE_PYTHON+= run_template_qt.py INSTALLATION_DIRS= bin share/applications share/moneyguru +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "NetBSD" && ${MACHINE_CPU:U} == "arm" +BASE_ARCH!= uname -m +.else +BASE_ARCH= ${MACHINE_ARCH} +.endif + +PLIST_SUBST+= BASE_ARCH=${BASE_ARCH:Q} + do-configure: cd ${WRKSRC} && ${PYTHONBIN} configure.py diff --git a/finance/moneyguru/PLIST b/finance/moneyguru/PLIST index 2529e259642..f58a31a1929 100644 --- a/finance/moneyguru/PLIST +++ b/finance/moneyguru/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2015/04/03 09:17:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2015/04/21 16:48:38 joerg Exp $ bin/moneyguru share/applications/moneyguru.desktop share/moneyguru/ambuttonbar/AMButtonBar.h @@ -213,7 +213,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}-amd64-${PYVERSSUFFIX}/_amount.so +share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${BASE_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/qtlib.mo @@ -238,7 +238,7 @@ share/moneyguru/build/locale/nl/LC_MESSAGES/columns.mo share/moneyguru/build/locale/nl/LC_MESSAGES/core.mo share/moneyguru/build/locale/nl/LC_MESSAGES/qtlib.mo share/moneyguru/build/locale/nl/LC_MESSAGES/ui.mo -share/moneyguru/build/temp.${LOWER_OPSYS}-${OS_VERSION}-amd64-${PYVERSSUFFIX}/core/modules/amount.o +share/moneyguru/build/temp.${LOWER_OPSYS}-${OS_VERSION}-${BASE_ARCH}-${PYVERSSUFFIX}/core/modules/amount.o share/moneyguru/cocoa/InfoTemplate.plist share/moneyguru/cocoa/MGConst.h share/moneyguru/cocoa/controllers/MGAccountLookup.h |