diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:06:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:06:43 +0000 |
commit | 5dfaaf310b1ff0153e44057c03786c526d867998 (patch) | |
tree | 70a6fae62ebc2a27f975798423c758d6cff61075 /mail/p5-MailTools | |
parent | 34ab94198021467642fe8dd956512d328b14141d (diff) | |
download | pkgsrc-5dfaaf310b1ff0153e44057c03786c526d867998.tar.gz |
DESTDIR support.
Diffstat (limited to 'mail/p5-MailTools')
-rw-r--r-- | mail/p5-MailTools/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index e3bfd12e631..ef94a12c9df 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/05/17 21:52:38 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2006/11/05 17:15:54 joerg Exp $ DISTNAME= MailTools-1.74 PKGNAME= p5-${DISTNAME} @@ -10,9 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MailTools/ COMMENT= Perl5 modules related to mail applications -BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net - PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Mail/.packlist |