diff options
Diffstat (limited to 'devel/p5-Dist-Zooky/Makefile')
-rw-r--r-- | devel/p5-Dist-Zooky/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Dist-Zooky/Makefile b/devel/p5-Dist-Zooky/Makefile index 6cbbc1e7426..6b559a75cce 100644 --- a/devel/p5-Dist-Zooky/Makefile +++ b/devel/p5-Dist-Zooky/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/10/03 21:54:56 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/31 11:18:04 asau Exp $ DISTNAME= Dist-Zooky-0.10 PKGNAME= p5-${DISTNAME} @@ -25,8 +25,6 @@ DEPENDS+= p5-Software-License>=0.101.620:../../devel/p5-Software-License # Module::Load::Conditional, Params::Check PERL5_REQD+= 5.14.1 -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/Dist/Zooky/.packlist .include "../../lang/perl5/module.mk" |