aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-08 23:31:20 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-08 23:31:20 +0800
commit935a8f81a8fd1547cdbe878ee02f38629950ddbb (patch)
tree239cf223de838d964a5d72cf3b56749804073aa4
parente9ff3671340dc9da77946f007cf61143788d97ca (diff)
downloadfreebsd-ports-gnome-935a8f81a8fd1547cdbe878ee02f38629950ddbb.tar.gz
freebsd-ports-gnome-935a8f81a8fd1547cdbe878ee02f38629950ddbb.tar.zst
freebsd-ports-gnome-935a8f81a8fd1547cdbe878ee02f38629950ddbb.zip
- Fix PYDISTUTILS_EGGINFO
- Add NO_ARCH Approved by: portmgr blanket
-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>