diff options
Diffstat (limited to 'devel/p5-Class-Singleton/Makefile')
-rw-r--r-- | devel/p5-Class-Singleton/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-Class-Singleton/Makefile b/devel/p5-Class-Singleton/Makefile index ccdde60e408..1bc29ea9fd8 100644 --- a/devel/p5-Class-Singleton/Makefile +++ b/devel/p5-Class-Singleton/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/03 21:54:45 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/31 11:17:50 asau Exp $ DISTNAME= Class-Singleton-1.4 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Class-Singleton/ COMMENT= Perl module to implement Singleton classes LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/Class/Singleton/.packlist .include "../../lang/perl5/module.mk" |