diff options
author | asau <asau> | 2012-10-08 13:04:16 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:04:16 +0000 |
commit | bd85c991b2565ebe0f181b1d46a65297aba19f04 (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/p5-DateTime-Set | |
parent | 00e82f687c4226d5e4e8697b8a0d4381029062c7 (diff) | |
download | pkgsrc-bd85c991b2565ebe0f181b1d46a65297aba19f04.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/p5-DateTime-Set')
-rw-r--r-- | time/p5-DateTime-Set/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile index fa062ce23a3..ca5eaf8b516 100644 --- a/time/p5-DateTime-Set/Makefile +++ b/time/p5-DateTime-Set/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/03 21:58:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/08 13:04:24 asau Exp $ DISTNAME= DateTime-Set-0.31 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/DateTime-Set/ COMMENT= Perl module for date/time sets and ranges LICENSE= ${PERL5_LICENSE} -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite |