diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:04:16 +0000 |
commit | ba231f5526575cc6acbd7ed3c21f348cdb19b306 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/p5-Time-HiRes | |
parent | 64785f27e94a7e74adfb570d3ff49f40e0e39c06 (diff) | |
download | pkgsrc-ba231f5526575cc6acbd7ed3c21f348cdb19b306.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/p5-Time-HiRes')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index fe95096ca19..4c004a107b5 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2012/10/03 21:58:23 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2012/10/08 13:04:26 asau Exp $ DISTNAME= Time-HiRes-1.9725 PKGNAME= p5-${DISTNAME} @@ -12,13 +12,10 @@ HOMEPAGE= http://search.cpan.org/dist/Time-HiRes/ COMMENT= Perl5 module for high resolution time, sleep, and alarm LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c PERL5_PACKLIST= auto/Time/HiRes/.packlist -PKG_DESTDIR_SUPPORT= user-destdir - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |