diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 00:20:09 +0000 |
commit | 4b28dc63f43322fadab47cce17aecf0d5481df02 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/p5-Unicode-String/Makefile | |
parent | 10e57b98b03f5181234ab7d591a22649fbf4446a (diff) | |
download | pkgsrc-4b28dc63f43322fadab47cce17aecf0d5481df02.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/p5-Unicode-String/Makefile')
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index c6c2ce1169c..140cbe7e2e6 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/08/06 14:03:40 adam Exp $ +# $NetBSD: Makefile,v 1.17 2012/10/03 00:20:15 asau Exp $ DISTNAME= Unicode-String-2.09 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Unicode-String/ COMMENT= Perl5 modules to handle various Unicode issues LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 PERL5_PACKLIST= auto/Unicode/String/.packlist |