diff options
Diffstat (limited to 'converters/p5-Unicode-UTF8simple/Makefile')
-rw-r--r-- | converters/p5-Unicode-UTF8simple/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/p5-Unicode-UTF8simple/Makefile b/converters/p5-Unicode-UTF8simple/Makefile index 3af1b701c41..bb52b945441 100644 --- a/converters/p5-Unicode-UTF8simple/Makefile +++ b/converters/p5-Unicode-UTF8simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/08/06 14:42:14 adam Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/03 00:20:15 asau Exp $ DISTNAME= Unicode-UTF8simple-1.06 PKGNAME= p5-${DISTNAME} @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~gus/Unicode-UTF8simple/ COMMENT= Conversions to/from UTF8 from/to charactersets -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/Unicode/UTF8simple/.packlist .include "../../lang/perl5/module.mk" |