Thu May 19 05:08:38 2011 UTC ()
* Change MASTER_SITES subdir to usual one.
* Add missing tail / of HOMEPAGE.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-Biblio-EndnoteStyle/Makefile

cvs diff -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-Biblio-EndnoteStyle/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Biblio-EndnoteStyle/Makefile 2011/05/17 21:48:10 1.1.1.1
+++ pkgsrc/textproc/p5-Biblio-EndnoteStyle/Makefile 2011/05/19 05:08:38 1.2
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 21:48:10 dmcmahill Exp $ 1# $NetBSD: Makefile,v 1.2 2011/05/19 05:08:38 obache Exp $
2 2
3DISTNAME= Biblio-EndnoteStyle-0.05 3DISTNAME= Biblio-EndnoteStyle-0.05
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIRK/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Biblio/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Biblio-EndnoteStyle 9HOMEPAGE= http://search.cpan.org/dist/Biblio-EndnoteStyle/
10COMMENT= reference formatting using Endnote-like templates 10COMMENT= reference formatting using Endnote-like templates
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/Biblio/EndnoteStyle/.packlist 14PERL5_PACKLIST= auto/Biblio/EndnoteStyle/.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"