diff options
-rw-r--r-- | sysutils/py-psutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 83410352c1c..05a27c1f278 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/04 09:42:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/06 09:21:06 wiz Exp $ DISTNAME= psutil-release-3.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-release//} @@ -14,7 +14,7 @@ COMMENT= Cross-platform process and system utilities module for Python LICENSE= modified-bsd REPLACE_PYTHON= psutil/*py -EGG_NAME= psutil-${PKGVERSION} +EGG_NAME= psutil-${PKGVERSION_NOREV} .include "../../mk/bsd.prefs.mk" |