summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjlam <jlam>2005-07-13 18:01:18 +0000
committerjlam <jlam>2005-07-13 18:01:18 +0000
commit78b039ce4dc9855ab5c8d063951240c45b054aa5 (patch)
tree373bc74380ffe5c33d31e8ac4e10fc7ef8afd25a /time
parentb54d6f094993ceadb9467c298e68394faf2446b8 (diff)
downloadpkgsrc-78b039ce4dc9855ab5c8d063951240c45b054aa5.tar.gz
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime-Event-Cron/Makefile4
-rw-r--r--time/p5-DateTime-Format-Epoch/Makefile4
-rw-r--r--time/p5-DateTime-Locale/Makefile4
-rw-r--r--time/p5-DateTime-Set/Makefile4
-rw-r--r--time/p5-DateTime-TimeZone/Makefile4
-rw-r--r--time/p5-DateTime/Makefile4
-rw-r--r--time/p5-Schedule-Cron-Events/Makefile4
-rw-r--r--time/p5-Time-HiRes/Makefile4
-rw-r--r--time/p5-Time-Period/Makefile4
-rw-r--r--time/p5-Time-Piece/Makefile4
-rw-r--r--time/p5-Time/Makefile4
-rw-r--r--time/p5-TimeDate/Makefile4
12 files changed, 24 insertions, 24 deletions
diff --git a/time/p5-DateTime-Event-Cron/Makefile b/time/p5-DateTime-Event-Cron/Makefile
index e5137d52476..40c5fc29f9d 100644
--- a/time/p5-DateTime-Event-Cron/Makefile
+++ b/time/p5-DateTime-Event-Cron/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:44 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:44 jlam Exp $
DISTNAME= DateTime-Event-Cron-0.07
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= DateTime extension to handle crontab entries
DEPENDS+= p5-DateTime-Set>=0.19:../../time/p5-DateTime-Set
DEPENDS+= p5-Set-Crontab-[0-9]*:../../math/p5-Set-Crontab
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Event/Cron/.packlist
+PERL5_PACKLIST= auto/DateTime/Event/Cron/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-DateTime-Format-Epoch/Makefile b/time/p5-DateTime-Format-Epoch/Makefile
index d46dd3625ef..13277b05b35 100644
--- a/time/p5-DateTime-Format-Epoch/Makefile
+++ b/time/p5-DateTime-Format-Epoch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 17:08:33 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:44 jlam Exp $
DISTNAME= DateTime-Format-Epoch-0.09
PKGNAME= p5-${DISTNAME}
@@ -11,7 +11,7 @@ COMMENT= Convert DateTimes to/from epoch seconds
DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Format/Epoch/.packlist
+PERL5_PACKLIST= auto/DateTime/Format/Epoch/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile
index db11a67a91a..2348f57919f 100644
--- a/time/p5-DateTime-Locale/Makefile
+++ b/time/p5-DateTime-Locale/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:44 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:44 jlam Exp $
DISTNAME= DateTime-Locale-0.09
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Localization data for p5-DateTime
DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate
PERL5_MODULE_TYPE= Module::Build
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Locale/.packlist
+PERL5_PACKLIST= auto/DateTime/Locale/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-DateTime-Set/Makefile b/time/p5-DateTime-Set/Makefile
index ee8cc3b6c0b..6a6a7f8a605 100644
--- a/time/p5-DateTime-Set/Makefile
+++ b/time/p5-DateTime-Set/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:44 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/07/13 18:01:44 jlam Exp $
DISTNAME= DateTime-Set-0.19
PKGNAME= p5-${DISTNAME}
@@ -12,7 +12,7 @@ COMMENT= Perl module for date/time sets and ranges
DEPENDS+= p5-DateTime>=0.12:../../time/p5-DateTime
DEPENDS+= p5-Set-Infinite>=0.59:../../math/p5-Set-Infinite
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Set/.packlist
+PERL5_PACKLIST= auto/DateTime/Set/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-DateTime-TimeZone/Makefile b/time/p5-DateTime-TimeZone/Makefile
index 882ecd5f100..b2caa0b868c 100644
--- a/time/p5-DateTime-TimeZone/Makefile
+++ b/time/p5-DateTime-TimeZone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:44 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:44 jlam Exp $
DISTNAME= DateTime-TimeZone-0.32
PKGNAME= p5-${DISTNAME}
@@ -13,7 +13,7 @@ DEPENDS+= p5-Class-Singleton>=1.03:../../devel/p5-Class-Singleton
DEPENDS+= p5-Params-Validate>=0.72:../../devel/p5-Params-Validate
PERL5_MODULE_TYPE= Module::Build
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/TimeZone/.packlist
+PERL5_PACKLIST= auto/DateTime/TimeZone/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index 58477c9ac0b..53e14f41916 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:44 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:44 jlam Exp $
DISTNAME= DateTime-0.27
PKGNAME= p5-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= p5-DateTime-Locale>=0.09:../../time/p5-DateTime-Locale
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/.packlist
+PERL5_PACKLIST= auto/DateTime/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-Schedule-Cron-Events/Makefile b/time/p5-Schedule-Cron-Events/Makefile
index 3ef003e492c..019b0001a43 100644
--- a/time/p5-Schedule-Cron-Events/Makefile
+++ b/time/p5-Schedule-Cron-Events/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/05/06 19:47:31 epg Exp $
+# $NetBSD: Makefile,v 1.2 2005/07/13 18:01:44 jlam Exp $
DISTNAME= Schedule-Cron-Events-1.8
PKGNAME= p5-${DISTNAME}
@@ -10,7 +10,7 @@ COMMENT= Perl module to find when crontab events will occur
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Schedule/Cron/Events/.packlist
+PERL5_PACKLIST= auto/Schedule/Cron/Events/.packlist
DEPENDS+= p5-Set-Crontab>=1.00:../../math/p5-Set-Crontab
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile
index 7f0d2487931..ed44101f91e 100644
--- a/time/p5-Time-HiRes/Makefile
+++ b/time/p5-Time-HiRes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2005/04/11 21:47:44 tv Exp $
+# $NetBSD: Makefile,v 1.19 2005/07/13 18:01:44 jlam Exp $
#
DISTNAME= Time-HiRes-1.66
@@ -14,7 +14,7 @@ COMMENT= Perl5 module for high resolution time, sleep, and alarm
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist
+PERL5_PACKLIST= auto/Time/HiRes/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-Time-Period/Makefile b/time/p5-Time-Period/Makefile
index 9da7a1e39b0..9f8b371b864 100644
--- a/time/p5-Time-Period/Makefile
+++ b/time/p5-Time-Period/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:45 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/07/13 18:01:45 jlam Exp $
DISTNAME= Period-1.20
PKGNAME= p5-Time-${DISTNAME}
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PR/PRYAN/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 module to deal with time periods
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/Period/.packlist
+PERL5_PACKLIST= auto/Time/Period/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile
index 7295a766dba..6d4803bb935 100644
--- a/time/p5-Time-Piece/Makefile
+++ b/time/p5-Time-Piece/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:45 tv Exp $
+# $NetBSD: Makefile,v 1.4 2005/07/13 18:01:45 jlam Exp $
DISTNAME= Time-Piece-1.08
PKGNAME= p5-${DISTNAME}
@@ -13,7 +13,7 @@ COMMENT= Time::Piece - Object Oriented time objects
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/Piece/.packlist
+PERL5_PACKLIST= auto/Time/Piece/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-Time/Makefile b/time/p5-Time/Makefile
index ea1014d06ca..65d487ee902 100644
--- a/time/p5-Time/Makefile
+++ b/time/p5-Time/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:44 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:45 jlam Exp $
DISTNAME= Time-modules-2003.1126
PKGNAME= p5-${DISTNAME:S/modules-//}
@@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Perl5 functions to convert and use time variables
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time-modules/.packlist
+PERL5_PACKLIST= auto/Time-modules/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile
index 3522f1df8ac..f3296372608 100644
--- a/time/p5-TimeDate/Makefile
+++ b/time/p5-TimeDate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:45 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:45 jlam Exp $
#
DISTNAME= TimeDate-1.16
@@ -12,7 +12,7 @@ COMMENT= Perl5 TimeDate distribution
PKG_INSTALLATION_TYPES= overwrite pkgviews
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/TimeDate/.packlist
+PERL5_PACKLIST= auto/TimeDate/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"