diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /mail/p5-MIME-Charset | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'mail/p5-MIME-Charset')
-rw-r--r-- | mail/p5-MIME-Charset/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-MIME-Charset/Makefile b/mail/p5-MIME-Charset/Makefile index 6f467e63a72..63640d23f55 100644 --- a/mail/p5-MIME-Charset/Makefile +++ b/mail/p5-MIME-Charset/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/04/27 16:42:56 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:34 joerg Exp $ # DISTNAME= MIME-Charset-1.006.2 @@ -10,6 +10,8 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MIME-Charset/ COMMENT= Perl5 module containing charset Informations for MIME +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MIME/Charset/.packlist |