diff options
Diffstat (limited to 'converters/py-chardet/Makefile')
-rw-r--r-- | converters/py-chardet/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile index 0d43e3f41f7..2db9ba313a6 100644 --- a/converters/py-chardet/Makefile +++ b/converters/py-chardet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/01/23 07:54:23 obache Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/03 00:20:16 asau Exp $ DISTNAME= python2-chardet-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python2-//} @@ -12,8 +12,6 @@ HOMEPAGE= http://chardet.feedparser.org/ COMMENT= Character encoding auto-detection in Python LICENSE= gnu-lgpl-v2.1 -PKG_DESTDIR_SUPPORT= user-destdir - EGG_NAME= ${DISTNAME:S/python2-//} .include "../../lang/python/distutils.mk" |