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 /www/py-django-mezzanine-filebrowser | |
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 'www/py-django-mezzanine-filebrowser')
-rw-r--r-- | www/py-django-mezzanine-filebrowser/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/py-django-mezzanine-filebrowser/Makefile b/www/py-django-mezzanine-filebrowser/Makefile index cc8f4bc53e8..79ec5745de2 100644 --- a/www/py-django-mezzanine-filebrowser/Makefile +++ b/www/py-django-mezzanine-filebrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:24 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/12/31 13:57:30 wiz Exp $ DISTNAME= filebrowser-safe-0.2.13 PKGNAME= ${PYPKGPREFIX}-django-mezzanine-${DISTNAME:S/-safe//} @@ -19,7 +19,5 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.2.13 -EGG_NAME= ${DISTNAME:S/-/_/} - .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |