summaryrefslogtreecommitdiff
path: root/comms/py-python-termstyle
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-31 13:57:25 +0000
committerwiz <wiz>2014-12-31 13:57:25 +0000
commit1e643f862e9c775655ff05c49466f97e9de52640 (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /comms/py-python-termstyle
parentd75a0b08bb9d4ca8fc11ab081862dcbac8febdfd (diff)
downloadpkgsrc-1e643f862e9c775655ff05c49466f97e9de52640.tar.gz
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'comms/py-python-termstyle')
-rw-r--r--comms/py-python-termstyle/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/py-python-termstyle/Makefile b/comms/py-python-termstyle/Makefile
index 5b384ac3a67..37fed74b37a 100644
--- a/comms/py-python-termstyle/Makefile
+++ b/comms/py-python-termstyle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/12/06 03:19:01 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:25 wiz Exp $
DISTNAME= python-termstyle-0.1.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,6 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
REPLACE_PYTHON= termstyle.py
-EGG_NAME= ${DISTNAME:S/-/_/1}
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"