diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-06 09:21:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-06 09:21:06 +0000 |
commit | 409911d5e6192750c0bbe6425be640dc31255225 (patch) | |
tree | 4c266ba0940e165bea1e2e9931a83318737a9c58 /sysutils | |
parent | 64539aacd39e7daea4270b54f9f0ae59dbe36980 (diff) | |
download | pkgsrc-409911d5e6192750c0bbe6425be640dc31255225.tar.gz |
Fix EGGNAME after PKGREVISION bump.
Diffstat (limited to 'sysutils')
-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" |