summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrhaen <rhaen>2008-07-22 12:30:59 +0000
committerrhaen <rhaen>2008-07-22 12:30:59 +0000
commit2f871d7ebcbafea341a0b565ee2ca6229fce5c40 (patch)
treefe04f260e86cb14786f82f3a7edf2080173eea08 /mail
parentdfccde3caaf3dcfee29c6adee4cee49b9844210e (diff)
downloadpkgsrc-2f871d7ebcbafea341a0b565ee2ca6229fce5c40.tar.gz
forgot to add DESTDIR support, typo
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Email-Date-Format/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-Email-Date-Format/Makefile b/mail/p5-Email-Date-Format/Makefile
index 1679d5ada44..039e2bb4192 100644
--- a/mail/p5-Email-Date-Format/Makefile
+++ b/mail/p5-Email-Date-Format/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 12:28:30 rhaen Exp $
+# $NetBSD: Makefile,v 1.2 2008/07/22 12:30:59 rhaen Exp $
#
DISTNAME= Email-Date-Format-1.002
@@ -12,6 +12,8 @@ COMMENT= Perl Module to produce RFC 2822 date strings
DEPENDS+= p5-Time-Local>=0.000:../../time/p5-Time-Local
+PKG_DESTDIR_SUPPORT= user-destdir
+
PERL5_PACKLIST= auto/Email/Date/Format/.packlist
.include "../../lang/perl5/module.mk"