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-Net-SMTP_auth | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'mail/p5-Net-SMTP_auth')
-rw-r--r-- | mail/p5-Net-SMTP_auth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-Net-SMTP_auth/Makefile b/mail/p5-Net-SMTP_auth/Makefile index a5c499a695c..57e2f8060b6 100644 --- a/mail/p5-Net-SMTP_auth/Makefile +++ b/mail/p5-Net-SMTP_auth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/01 21:44:17 seb Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:35 joerg Exp $ DISTNAME= Net-SMTP_auth-0.08 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Net-SMTP_auth/ COMMENT= Perl module adding SMTP AUTH support to Net::SMTP module +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Net/SMTP_auth/.packlist # Also depends on MIME::Base64 and Net::SMTP bundled with perl |