diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 4b28dc63f43322fadab47cce17aecf0d5481df02 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/py-zhCodecs | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/py-zhCodecs')
-rw-r--r-- | converters/py-zhCodecs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile index 0f621ae7b6e..809b3cb0903 100644 --- a/converters/py-zhCodecs/Makefile +++ b/converters/py-zhCodecs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/03/05 18:51:27 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/03 00:20:16 asau Exp $ DISTNAME= ChineseCodecs1.2.0 PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/python-codecs/ COMMENT= Python Unicode codecs for Chinese charsets -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${DISTNAME}/Python PYDISTUTILSPKG= # defined |