diff options
author | obache <obache@pkgsrc.org> | 2015-01-23 06:22:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-01-23 06:22:20 +0000 |
commit | 66804e5cbe48284d6ccaf26de7ad69cc79b0d821 (patch) | |
tree | 616d1b14d8a2ceeaf8d07fa82ef983406134311b /archivers | |
parent | 66bc53150b8556aba00ce7ee66df3fd7d6b1a8b0 (diff) | |
download | pkgsrc-66804e5cbe48284d6ccaf26de7ad69cc79b0d821.tar.gz |
simplify MASTER_SITES subdirectory.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Bzip2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Compress-Bzip2/Makefile b/archivers/p5-Compress-Bzip2/Makefile index a78b84c71be..02f9ed98786 100644 --- a/archivers/p5-Compress-Bzip2/Makefile +++ b/archivers/p5-Compress-Bzip2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2014/11/24 12:02:54 mef Exp $ +# $NetBSD: Makefile,v 1.24 2015/01/23 06:26:22 obache Exp $ DISTNAME= Compress-Bzip2-2.19 PKGNAME= p5-${DISTNAME} CATEGORIES= archivers perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/R/RU/RURBAN/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Compress/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Compress-Bzip2/ |