diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-31 13:57:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-31 13:57:25 +0000 |
commit | a42c80ed47a2bad3770198295eba1c31a73b4728 (patch) | |
tree | 6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /graphics/py-biggles | |
parent | 5ce45af0fae5f30835e2bef442cd28c0e87627f0 (diff) | |
download | pkgsrc-a42c80ed47a2bad3770198295eba1c31a73b4728.tar.gz |
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'graphics/py-biggles')
-rw-r--r-- | graphics/py-biggles/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index ee211e35814..d9a58c6ac55 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2014/05/09 07:37:07 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2014/12/31 13:57:27 wiz Exp $ DISTNAME= python2-biggles-1.6.6 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//} @@ -9,7 +9,6 @@ MAINTAINER= Kai.Puolamaki@iki.fi HOMEPAGE= http://biggles.sourceforge.net/ COMMENT= Python module for creating 2D scientific plots -EGG_NAME= ${DISTNAME:S/-/_/} PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not ported yet as of 1.6.6 .include "../../lang/python/distutils.mk" |