diff options
author | asau <asau> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 00:20:09 +0000 |
commit | 0b84d2d428d57864ec72b38f5105145e947d3a06 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/py-simplejson | |
parent | 64bd928e7ccf8bcb2e0fac65e5b369ed44f5081a (diff) | |
download | pkgsrc-0b84d2d428d57864ec72b38f5105145e947d3a06.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/py-simplejson')
-rw-r--r-- | converters/py-simplejson/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index b1d1bfc8698..a59e336d2a3 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 17:29:48 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/03 00:20:16 asau Exp $ # DISTNAME= simplejson-2.6.2 @@ -11,8 +11,6 @@ HOMEPAGE= http://undefined.org/python/#simplejson COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder LICENSE= mit -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c do-test: |