aboutsummaryrefslogtreecommitdiff
path: root/finance/trytond28_timesheet/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_timesheet/Makefile
parentda62a87468a28dfbcced2414e4d983604efde9a6 (diff)
downloadports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.tar.gz
ports-c29144fec80a012cd7eac4c0bc3e7f7ed20d54f5.zip
Notes
Diffstat (limited to 'finance/trytond28_timesheet/Makefile')
-rw-r--r--finance/trytond28_timesheet/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond28_timesheet/Makefile b/finance/trytond28_timesheet/Makefile
index 2dc820fccac6..8791a16316f9 100644
--- a/finance/trytond28_timesheet/Makefile
+++ b/finance/trytond28_timesheet/Makefile
@@ -3,6 +3,7 @@
PORTNAME= trytond28_timesheet
PORTVERSION= 2.8.0
+PORTREVISION= 1
CATEGORIES= finance python
MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_timesheet/ \
http://downloads.tryton.org/${PORTVERSION:R}/
@@ -18,7 +19,8 @@ RUN_DEPENDS= trytond28_company_work_time>=2.8.0:${PORTSDIR}/finance/trytond28_co
CONFLICTS= trytond_timesheet-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>