aboutsummaryrefslogtreecommitdiff
path: root/databases/py-dbf
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-08 15:31:20 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-08 15:31:20 +0000
commit1736c8b14e4d83a6375a5c8c042b83ab832e419c (patch)
tree239cf223de838d964a5d72cf3b56749804073aa4 /databases/py-dbf
parent3760674a43b4dd2c6c923eaf74c1aa31aa4eaa51 (diff)
downloadports-1736c8b14e4d83a6375a5c8c042b83ab832e419c.tar.gz
ports-1736c8b14e4d83a6375a5c8c042b83ab832e419c.zip
- Fix PYDISTUTILS_EGGINFO
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=396393
Diffstat (limited to 'databases/py-dbf')
-rw-r--r--databases/py-dbf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/py-dbf/Makefile b/databases/py-dbf/Makefile
index 10fd37a159de..65b31ffa3a41 100644
--- a/databases/py-dbf/Makefile
+++ b/databases/py-dbf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= dbf
PORTVERSION= 0.95.012
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,5 +15,7 @@ LICENSE= BSD3CLAUSE
USES= python zip
USE_PYTHON= distutils
+PYDISTUTILS_EGGINFO= dbf-${PORTVERSION:C/\.0/./}-py${PYTHON_VER}.egg-info
+NO_ARCH= yes
.include <bsd.port.mk>