diff options
author | heinz <heinz@pkgsrc.org> | 2008-02-16 15:42:33 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-02-16 15:42:33 +0000 |
commit | c44dce8b119aac623b2c7caa5602a14dff851ac4 (patch) | |
tree | 473c995f2af47ad463fb547d89685294545dd03a /time | |
parent | f96db10d286b9e0d506edcf3c56c8ffd428bd24c (diff) | |
download | pkgsrc-c44dce8b119aac623b2c7caa5602a14dff851ac4.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-TimeDate/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile index 34d8c514a19..03103c37811 100644 --- a/time/p5-TimeDate/Makefile +++ b/time/p5-TimeDate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/02/22 19:27:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2008/02/16 15:42:33 heinz Exp $ # DISTNAME= TimeDate-1.16 @@ -11,9 +11,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 TimeDate distribution +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_LANGUAGES= # empty +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/TimeDate/.packlist .include "../../lang/perl5/module.mk" |