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 | 7a48191ad0a52cfc86bcf6477e155dce1d4802ad (patch) | |
tree | 42ed36270c26ff5446e6bf807a3287ffe97fabc7 /time/p5-DateTime-Event-ICal | |
parent | 96fe9f4e36f8dcb42dfa7f83cc9b8ff22ae611d2 (diff) | |
download | pkgsrc-7a48191ad0a52cfc86bcf6477e155dce1d4802ad.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'time/p5-DateTime-Event-ICal')
-rw-r--r-- | time/p5-DateTime-Event-ICal/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/time/p5-DateTime-Event-ICal/Makefile b/time/p5-DateTime-Event-ICal/Makefile index 3d402e667a8..84179b6438d 100644 --- a/time/p5-DateTime-Event-ICal/Makefile +++ b/time/p5-DateTime-Event-ICal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/03 21:58:18 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2012/10/08 13:04:21 asau Exp $ DISTNAME= DateTime-Event-ICal-0.10 PKGNAME= p5-${DISTNAME} @@ -12,7 +12,6 @@ COMMENT= DateTime extension for computing rfc2445 recurrences LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-DateTime>=0.36:../../time/p5-DateTime DEPENDS+= p5-DateTime-Event-Recurrence>=0.16:../../time/p5-DateTime-Event-Recurrence |