From f678128a676c829158d6b23d9fde62bf8cde7cde Mon Sep 17 00:00:00 2001 From: antoine Date: Mon, 17 Feb 2014 20:42:40 +0000 Subject: - Stage support - Switch from easy_install to install --- finance/py-vatnumber/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile index 880db62cb7ab..f6486882e4af 100644 --- a/finance/py-vatnumber/Makefile +++ b/finance/py-vatnumber/Makefile @@ -3,6 +3,7 @@ PORTNAME= vatnumber PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= finance python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +15,7 @@ LICENSE= GPLv3 # Python3 ready USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include -- cgit