diff options
author | obache <obache@pkgsrc.org> | 2011-05-19 05:03:59 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-19 05:03:59 +0000 |
commit | 1c4435893a62fc675f8cbe15a5a558fc24e16612 (patch) | |
tree | b2da8702796bc2b6b830db28bf55c2fe2d3eacb1 /time | |
parent | 592faea442c69c9a00ee971fe236d0a41166a56c (diff) | |
download | pkgsrc-1c4435893a62fc675f8cbe15a5a558fc24e16612.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/ |