diff options
Diffstat (limited to 'finance/trytond28_purchase_shipment_cost/Makefile')
-rw-r--r-- | finance/trytond28_purchase_shipment_cost/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/finance/trytond28_purchase_shipment_cost/Makefile b/finance/trytond28_purchase_shipment_cost/Makefile index 52ef5859d7e4..7ad5da871275 100644 --- a/finance/trytond28_purchase_shipment_cost/Makefile +++ b/finance/trytond28_purchase_shipment_cost/Makefile @@ -3,6 +3,7 @@ PORTNAME= trytond28_purchase_shipment_cost PORTVERSION= 2.8.0 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= https://pypi.python.org/packages/source/t/trytond_purchase_shipment_cost/ \ http://downloads.tryton.org/${PORTVERSION:R}/ @@ -20,7 +21,8 @@ RUN_DEPENDS= trytond28_carrier>=2.8.0:${PORTSDIR}/finance/trytond28_carrier \ CONFLICTS= trytond_purchase_shipment_cost-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> |