Thu May 19 04:28:05 2011 UTC ()
Change MASTER_SITES to standard subdir.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-ExtUtils-Embed/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-ExtUtils-Embed/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-ExtUtils-Embed/Attic/Makefile 2011/05/17 10:45:15 1.1.1.1
+++ pkgsrc/devel/p5-ExtUtils-Embed/Attic/Makefile 2011/05/19 04:28:05 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:45:15 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.2 2011/05/19 04:28:05 obache Exp $
2 2
3DISTNAME= ExtUtils-Embed-1.14 3DISTNAME= ExtUtils-Embed-1.14
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOUGM/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Embed/ 9HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Embed/
10COMMENT= Utilities for embedding Perl in C/C++ applications 10COMMENT= Utilities for embedding Perl in C/C++ applications
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/ExtUtils-Embed/.packlist 14PERL5_PACKLIST= auto/ExtUtils-Embed/.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"