aboutsummaryrefslogtreecommitdiff
path: root/finance/trytond28_stock/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-09 15:09:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-09 15:09:54 +0000
commitc29144fec80a012cd7eac4c0bc3e7f7ed20d54f5 (patch)
treed8094c105aacccfa42294b9122947ab6e131f48d /finance/trytond28_stock/Makefile
parentda62a87468a28dfbcced2414e4d983604efde9a6 (diff)
downloadports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.tar.gz
ports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.zip
- Swith from easy_install to install (and bump PORTREVISION)
- Use PYDISTUTILS_AUTOPLIST
Notes
Notes: svn path=/head/; revision=343510
Diffstat (limited to 'finance/trytond28_stock/Makefile')
-rw-r--r--finance/trytond28_stock/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond28_stock/Makefile b/finance/trytond28_stock/Makefile
index ce64e093e87b..530eb32d7500 100644
--- a/finance/trytond28_stock/Makefile
+++ b/finance/trytond28_stock/Makefile
@@ -3,6 +3,7 @@
PORTNAME= trytond28_stock
PORTVERSION= 2.8.2
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_stock/ \
http://downloads.tryton.org/${PORTVERSION:R}/
@@ -21,7 +22,8 @@ RUN_DEPENDS= trytond28_party>=2.8.0:${PORTSDIR}/finance/trytond28_party \
CONFLICTS= trytond_stock-2.[46].*
USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
PYEASYINSTALL_EGG=${DISTNAME}-py${PYTHON_VER}${PYEASYINSTALL_OSARCH}.egg
.include <bsd.port.mk>