diff options
author | obache <obache@pkgsrc.org> | 2011-05-19 05:08:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-19 05:08:38 +0000 |
commit | 61c91dde88396ec8df37b7c603d38f6327499469 (patch) | |
tree | d84fbbbb9f20d12f9131046367170847f3d12d34 | |
parent | 4e141a0f5a2525dede5c3c61ed32e5ccc9618219 (diff) | |
download | pkgsrc-61c91dde88396ec8df37b7c603d38f6327499469.tar.gz |
* Change MASTER_SITES subdir to usual one.
* Add missing tail / of HOMEPAGE.
-rw-r--r-- | textproc/p5-Biblio-EndnoteStyle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Biblio-EndnoteStyle/Makefile b/textproc/p5-Biblio-EndnoteStyle/Makefile index 7332c98f05d..f67003a78ed 100644 --- a/textproc/p5-Biblio-EndnoteStyle/Makefile +++ b/textproc/p5-Biblio-EndnoteStyle/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 21:48:10 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 05:08:38 obache Exp $ DISTNAME= Biblio-EndnoteStyle-0.05 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIRK/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Biblio/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Biblio-EndnoteStyle +HOMEPAGE= http://search.cpan.org/dist/Biblio-EndnoteStyle/ COMMENT= reference formatting using Endnote-like templates LICENSE= ${PERL5_LICENSE} |