diff options
author | obache <obache> | 2011-05-19 05:03:59 +0000 |
---|---|---|
committer | obache <obache> | 2011-05-19 05:03:59 +0000 |
commit | 1d2461dac2785ce14f350586f90d49196b9cc2ea (patch) | |
tree | b2da8702796bc2b6b830db28bf55c2fe2d3eacb1 /time | |
parent | c4d2b6fabb7c6b772b8a6f4d5fe1b6e0c08091a6 (diff) | |
download | pkgsrc-1d2461dac2785ce14f350586f90d49196b9cc2ea.tar.gz |
Change MASTER_SITES subdir to usual one.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Schedule-At/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-Schedule-At/Makefile b/time/p5-Schedule-At/Makefile index 36b5a47d870..2987880a94d 100644 --- a/time/p5-Schedule-At/Makefile +++ b/time/p5-Schedule-At/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 01:29:20 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 05:03:59 obache Exp $ DISTNAME= Schedule-At-1.10 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JO/JOSERODR/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Schedule-At/ |