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. --- www/py-djangocms-inherit/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/py-djangocms-inherit') diff --git a/www/py-djangocms-inherit/Makefile b/www/py-djangocms-inherit/Makefile index d0fa11efde3..502e064c2db 100644 --- a/www/py-djangocms-inherit/Makefile +++ b/www/py-djangocms-inherit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/11/30 10:18:37 adam Exp $ +# $NetBSD: Makefile,v 1.2 2014/12/31 13:57:31 wiz Exp $ DISTNAME= djangocms-inherit-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,6 @@ LICENSE= modified-bsd DEPENDS+= ${PYPKGPREFIX}-django-cms-[0-9]*:../../www/py-django-cms -EGG_NAME= ${DISTNAME:S/-/_/} USE_LANGUAGES= # none .include "../../lang/python/egg.mk" -- cgit v1.2.3