From 1e643f862e9c775655ff05c49466f97e9de52640 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 31 Dec 2014 13:57:25 +0000 Subject: Improve EGG_NAME default to work for packages with '-' in their name. Remove now unnecessary overrides in various packages. --- finance/py-python-bitcoinlib/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'finance/py-python-bitcoinlib') diff --git a/finance/py-python-bitcoinlib/Makefile b/finance/py-python-bitcoinlib/Makefile index ca542eb558c..8e61bbcbd1a 100644 --- a/finance/py-python-bitcoinlib/Makefile +++ b/finance/py-python-bitcoinlib/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/10/05 20:21:30 rodent Exp $ -# +# $NetBSD: Makefile,v 1.5 2014/12/31 13:57:27 wiz Exp $ DISTNAME= python-bitcoinlib-0.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,8 +12,6 @@ LICENSE= gnu-lgpl-v2.1 AND mit USE_LANGUAGES= # none -EGG_NAME= ${DISTNAME:S/-/_/1} - PYTHON_VERSIONS_INCOMPATIBLE= 26 .include "../../lang/python/egg.mk" -- cgit v1.2.3