diff options
author | wiz <wiz> | 2014-12-31 13:57:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-12-31 13:57:25 +0000 |
commit | ae8d0daaba8083e36e5e3111a0b56c354f52759b (patch) | |
tree | 6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /www/py-django-mptt | |
parent | e68e420f139e7095cf0c7a03be9deec1934deb74 (diff) | |
download | pkgsrc-ae8d0daaba8083e36e5e3111a0b56c354f52759b.tar.gz |
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'www/py-django-mptt')
-rw-r--r-- | www/py-django-mptt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-django-mptt/Makefile b/www/py-django-mptt/Makefile index f82f92ad748..e75841bc949 100644 --- a/www/py-django-mptt/Makefile +++ b/www/py-django-mptt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/06/09 09:58:21 adam Exp $ +# $NetBSD: Makefile,v 1.7 2014/12/31 13:57:31 wiz Exp $ DISTNAME= django-mptt-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,6 @@ COMMENT= Utilities for implementing Modified Preorder Tree Traversal LICENSE= mit USE_LANGUAGES= # empty -EGG_NAME= ${DISTNAME:S/-/_/} DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django |