diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-16 22:59:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-16 22:59:50 +0000 |
commit | fbc9cc3f0d1593b32fd6a60010986098c5d4824b (patch) | |
tree | 6454cc09b8d9a5618dd74b921f035e1b578115fc /sysutils | |
parent | 45353ec4b34a50db5e370b89adbd21e4f2495230 (diff) | |
download | pkgsrc-fbc9cc3f0d1593b32fd6a60010986098c5d4824b.tar.gz |
Fix build with py-setuptools-0.8.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-pefile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile index 94d44dfa6ed..141eca4b358 100644 --- a/sysutils/py-pefile/Makefile +++ b/sysutils/py-pefile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $ +# $NetBSD: Makefile,v 1.3 2014/12/16 23:03:31 wiz Exp $ PEFILE_VERSION= 1.2.10-139 DISTNAME= pefile-${PEFILE_VERSION} @@ -13,7 +13,7 @@ LICENSE= modified-bsd PYTHON_VERSIONS_INCOMPATIBLE= 33 34 -EGG_NAME= pefile-${PEFILE_VERSION:S/-/_/} +EGG_NAME= pefile-${PEFILE_VERSION:S/-/.post/} .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |