Thu May 19 05:03:59 2011 UTC ()
Change MASTER_SITES subdir to usual one.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-Schedule-At/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-Schedule-At/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-Schedule-At/Makefile 2011/05/18 01:29:20 1.1.1.1
+++ pkgsrc/time/p5-Schedule-At/Makefile 2011/05/19 05:03:59 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 01:29:20 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.2 2011/05/19 05:03:59 obache Exp $
2 2
3DISTNAME= Schedule-At-1.10 3DISTNAME= Schedule-At-1.10
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JO/JOSERODR/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Schedule-At/ 9HOMEPAGE= http://search.cpan.org/dist/Schedule-At/
10COMMENT= OS independent interface to the Unix 'at' command 10COMMENT= OS independent interface to the Unix 'at' command
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/Schedule/At/.packlist 14PERL5_PACKLIST= auto/Schedule/At/.packlist
15 15
16PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
17 17
18.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"