diff options
author | rodent <rodent@pkgsrc.org> | 2015-03-15 00:17:34 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-03-15 00:17:34 +0000 |
commit | 69d3a57c0daa68dc3045d68dbf25d4ff4e6a78db (patch) | |
tree | 94a6fad10c0ec3d69c344173dfd885c64ac640b7 /finance/py-trytond-bank/Makefile | |
parent | b2194919bbf122e7eb337d704ab907addcadd416 (diff) | |
download | pkgsrc-69d3a57c0daa68dc3045d68dbf25d4ff4e6a78db.tar.gz |
Apply modified patch sent by palo@ in private mail. This brings all these
packages to version 3.4.x. May this not break anything (although i feel it
might).
Diffstat (limited to 'finance/py-trytond-bank/Makefile')
-rw-r--r-- | finance/py-trytond-bank/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/py-trytond-bank/Makefile b/finance/py-trytond-bank/Makefile index a0f85c9e050..1fc8b7811ee 100644 --- a/finance/py-trytond-bank/Makefile +++ b/finance/py-trytond-bank/Makefile @@ -1,10 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2014/06/25 06:03:37 richard Exp $ - +# $NetBSD: Makefile,v 1.2 2015/03/15 00:17:35 rodent Exp $ +TRYTON_MODULE_NAME= trytond_bank .include "../../devel/py-trytond/Makefile.common" -DISTNAME= trytond_bank-${TRYTOND_VERSION} -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/1} CATEGORIES= finance python -MASTER_SITES= ${TRYTON_SITES} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.tryton.org/ |