aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-fsm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-fsm/Makefile')
-rw-r--r--devel/py-fsm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-fsm/Makefile b/devel/py-fsm/Makefile
index d818d37ccd06..35191420ac81 100644
--- a/devel/py-fsm/Makefile
+++ b/devel/py-fsm/Makefile
@@ -2,6 +2,7 @@
PORTNAME= fsm
PORTVERSION= 0.01
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= python-${PORTNAME}
@@ -17,6 +18,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphviz>=1.0:${PORTSDIR}/graphics/py-graphv
USES= python
USE_PYTHON= distutils
-PYDISTUTILS_EGGINFO= python_${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg-info
+PYDISTUTILS_EGGINFO= python_${PORTNAME}-${PORTVERSION:C/\.0/./}-py${PYTHON_VER}.egg-info
.include <bsd.port.mk>