diff options
author | asau <asau@pkgsrc.org> | 2014-04-19 01:14:41 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2014-04-19 01:14:41 +0000 |
commit | d756b1b584add397c412143edfd21333c790a2cf (patch) | |
tree | 85252d490162d217158336a5cab29fa287ca46db /finance | |
parent | c1a2e0f67ffa7e4eb1a63c08d783edb11f4c914a (diff) | |
download | pkgsrc-d756b1b584add397c412143edfd21333c790a2cf.tar.gz |
Don't use "-pe" for pax, it doesn't work on FreeBSD, use "-pp" instead.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/moneyguru/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/moneyguru/Makefile b/finance/moneyguru/Makefile index 024dd0ddc3c..341ec7b6b78 100644 --- a/finance/moneyguru/Makefile +++ b/finance/moneyguru/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/25 11:11:20 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/19 01:18:23 asau Exp $ # # any of ~* is fine, they are the same and just there for Ubuntu # so moneyguru's built for all releases @@ -44,7 +44,7 @@ do-build: ${CHMOD} +x ${WRKSRC}/run.py do-install: - cd ${WRKSRC} && pax -pe -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru + cd ${WRKSRC} && pax -pp -rw ambuttonbar build cocoa cocoalib core data help hscommon images locale plugin_examples psmtabbarcontrol qt qtlib run.py ${DESTDIR}${PREFIX}/share/moneyguru ${INSTALL_DATA} ${WRKSRC}/debian/moneyguru.desktop ${DESTDIR}${PREFIX}/share/applications ${LN} -s ${DESTDIR}${PREFIX}/share/moneyguru/run.py ${DESTDIR}${PREFIX}/bin/moneyguru |