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/p5-JSON/Makefile | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/p5-JSON/Makefile')
-rw-r--r-- | converters/p5-JSON/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile index 998fb63c55f..f1d10a918b7 100644 --- a/converters/p5-JSON/Makefile +++ b/converters/p5-JSON/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/08/06 13:39:35 adam Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/03 00:20:13 asau Exp $ DISTNAME= JSON-2.53 PKGNAME= p5-${DISTNAME} @@ -10,8 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/JSON/ COMMENT= Perl module converts between JSON and Perl data structure LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/JSON/.packlist .include "../../lang/perl5/module.mk" |