diff options
-rw-r--r-- | devel/py-kid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-kid/Makefile b/devel/py-kid/Makefile index 0a3e2c4cce99..3247c0417c2f 100644 --- a/devel/py-kid/Makefile +++ b/devel/py-kid/Makefile @@ -34,7 +34,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= * -PYKID_EGG= ${PORTNAME}-${PYKID_VER}-py${PYTHON_VERSION:S/^python//}.egg +PYKID_EGG= ${PORTNAME}-${PYKID_VER}-py${PYTHON_VER}.egg PYKID_VER= ${PORTVERSION} SETUP_CFG= setup.cfg @@ -55,9 +55,9 @@ post-install: .include <bsd.port.pre.mk> .if ${PYTHON_REL} >= 250 -PYTHON_OLD= "@comment " +PYTHON_OLD= "@comment " .else -PYTHON_OLD= "" +PYTHON_OLD= "" .endif .include <bsd.port.post.mk> |