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 | 61145a18fa24bc030570748e4d6a4587a9fc35b8 (patch) | |
tree | 49263710b16be5f3d6b2640f13150eca30da8db8 /converters/p5-MIME-Base32 | |
parent | 435a0b7e977f7b76984d5066fef5d327719b9a6f (diff) | |
download | pkgsrc-61145a18fa24bc030570748e4d6a4587a9fc35b8.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'converters/p5-MIME-Base32')
-rw-r--r-- | converters/p5-MIME-Base32/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/converters/p5-MIME-Base32/Makefile b/converters/p5-MIME-Base32/Makefile index bc72cc58359..aad779ab5a6 100644 --- a/converters/p5-MIME-Base32/Makefile +++ b/converters/p5-MIME-Base32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/08/06 13:56:41 adam Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/03 00:20:14 asau Exp $ DISTNAME= MIME-Base32-1.02a PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/MIME-Base32/ COMMENT= Perl5 module for Base32 encoding LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - # needed for 1.02a WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} |