diff options
author | mef <mef@pkgsrc.org> | 2014-12-16 02:49:35 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-16 02:49:35 +0000 |
commit | 60cf2f3aaf6337faa8ce0303c32202c9c3b64655 (patch) | |
tree | c9281638598c591170c4e0929cd747ce7c162eda /shells | |
parent | 820b33c95f381f25b1b5517b6c9a96d31a0c11e1 (diff) | |
download | pkgsrc-60cf2f3aaf6337faa8ce0303c32202c9c3b64655.tar.gz |
Update MASTER_SITES and HOMEPAGE (both were unknown sites).
Diffstat (limited to 'shells')
-rw-r--r-- | shells/perlsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/perlsh/Makefile b/shells/perlsh/Makefile index e6ff2e64fb8..11d799fa09f 100644 --- a/shells/perlsh/Makefile +++ b/shells/perlsh/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.25 2014/05/29 23:37:26 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/12/16 02:49:35 mef Exp $ DISTNAME= psh-1.8 PKGNAME= perlsh-1.8 PKGREVISION= 11 CATEGORIES= shells perl5 -MASTER_SITES= http://www.focusresearch.com/gregor/download/ +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GR/GREGOR/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.focusresearch.com/gregor/sw/psh/ +HOMEPAGE= http://search.cpan.org/dist/psh/ COMMENT= The Perl Shell DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey |