diff options
Diffstat (limited to 'textproc/p5-YAML-Tiny/Makefile')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index 9f5845aafbd..857a9f98d63 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/03 21:58:14 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/25 06:56:43 asau Exp $ DISTNAME= YAML-Tiny-1.51 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,5 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/YAML/Tiny/.packlist -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |