pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/moneyguru Rather than hardcoding 'netbsd' and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca795dd2edd6
branches:  trunk
changeset: 649050:ca795dd2edd6
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Mar 30 09:43:45 2015 +0000

description:
Rather than hardcoding 'netbsd' and 'amd64', use LOWER_OPSYS and LOWER_ARCH to
give it a chance of building on other systems.

diffstat:

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

diffs (18 lines):

diff -r 1ac3dda43f73 -r ca795dd2edd6 finance/moneyguru/PLIST
--- a/finance/moneyguru/PLIST   Mon Mar 30 09:22:30 2015 +0000
+++ b/finance/moneyguru/PLIST   Mon Mar 30 09:43:45 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2014/09/17 22:37:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2015/03/30 09:43:45 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.netbsd-${OS_VERSION}-amd64-${PYVERSSUFFIX}/_amount.so
+share/moneyguru/build/lib.${LOWER_OPSYS}-${OS_VERSION}-${LOWER_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