diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-26 12:27:58 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2011-12-26 12:27:58 +0000 |
commit | 0a62d54ffefaddfda42c438a8b7faed2df83aa13 (patch) | |
tree | c83e965552341e2e6a0b7dcedfc1c4f98db7f296 | |
parent | Update to version 1.118. (diff) |
Fix PYDISTUTILS_PKGNAME, that i forgot about
Approved by: novel (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=288050
-rw-r--r-- | devel/py-kss-core/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-kss-core/Makefile b/devel/py-kss-core/Makefile index 81792bcaeb33..ab36742e77fb 100644 --- a/devel/py-kss-core/Makefile +++ b/devel/py-kss-core/Makefile @@ -40,6 +40,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope. DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/./} USE_ZIP= yes .include <bsd.port.mk> |