diff options
Diffstat (limited to 'devel/py-mako/Makefile')
-rw-r--r-- | devel/py-mako/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-mako/Makefile b/devel/py-mako/Makefile index 9d159147f4a..86a7b755822 100644 --- a/devel/py-mako/Makefile +++ b/devel/py-mako/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2011/10/12 13:09:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/31 11:19:32 asau Exp $ DISTNAME= Mako-0.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -11,8 +11,6 @@ HOMEPAGE= http://www.makotemplates.org/ COMMENT= Hyperfast and lightweight templating for the Python platform LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= # none .include "../../lang/python/egg.mk" |