diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /time/p5-Calendar-Simple | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'time/p5-Calendar-Simple')
-rw-r--r-- | time/p5-Calendar-Simple/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/p5-Calendar-Simple/Makefile b/time/p5-Calendar-Simple/Makefile index 45ee8d94305..36dc506c919 100644 --- a/time/p5-Calendar-Simple/Makefile +++ b/time/p5-Calendar-Simple/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/03/16 19:10:01 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:39 joerg Exp $ DISTNAME= Calendar-Simple-1.17 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= tonnerre@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Calendar-Simple/ COMMENT= Perl extension to create simple calendars +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/Calendar/Simple/.packlist PERL5_MODULE_TYPE= Module::Build |