summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-PP
diff options
context:
space:
mode:
authorasau <asau>2012-10-03 00:20:09 +0000
committerasau <asau>2012-10-03 00:20:09 +0000
commit98471c2bdb9c85c2ca544b88bd4913fec0e5fca4 (patch)
tree49263710b16be5f3d6b2640f13150eca30da8db8 /converters/p5-JSON-PP
parenta1e1ff1fef4cafab1e2ecf5075f6266e36598415 (diff)
downloadpkgsrc-98471c2bdb9c85c2ca544b88bd4913fec0e5fca4.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/p5-JSON-PP')
-rw-r--r--converters/p5-JSON-PP/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile
index 11c0f3a1936..bda6a95bda2 100644
--- a/converters/p5-JSON-PP/Makefile
+++ b/converters/p5-JSON-PP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/07/05 16:25:19 sno Exp $
+# $NetBSD: Makefile,v 1.2 2012/10/03 00:20:13 asau Exp $
DISTNAME= JSON-PP-2.27200
PKGNAME= p5-${DISTNAME}
@@ -10,8 +10,6 @@ HOMEPAGE= http://search.cpan.org/dist/JSON-PP/
COMMENT= JSON::XS compatible pure-Perl module
LICENSE= ${PERL5_LICENSE}
-PKG_DESTDIR_SUPPORT= user-destdir
-
PERL5_PACKLIST= auto/JSON/PP/.packlist
.include "../../lang/perl5/module.mk"