aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-02-18 04:42:40 +0800
committerantoine <antoine@FreeBSD.org>2014-02-18 04:42:40 +0800
commitf678128a676c829158d6b23d9fde62bf8cde7cde (patch)
treef74fa12e3d540647c574e6c8ab676a30bdb4a253
parent2e88519aabf76b46bebbc85979386cd77073aaa5 (diff)
downloadfreebsd-ports-gnome-f678128a676c829158d6b23d9fde62bf8cde7cde.tar.gz
freebsd-ports-gnome-f678128a676c829158d6b23d9fde62bf8cde7cde.tar.zst
freebsd-ports-gnome-f678128a676c829158d6b23d9fde62bf8cde7cde.zip
- Stage support
- Switch from easy_install to install
-rw-r--r--finance/py-vatnumber/Makefile6
1 files 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 <bsd.port.mk>