diff options
author | he <he@pkgsrc.org> | 2008-09-14 19:07:46 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-09-14 19:07:46 +0000 |
commit | 732f8a9921b8bb0dc777b3ec141858cdf5d75ab7 (patch) | |
tree | 73d6bc0842eb1fae35f509d3279c144282a7bee5 /net/p5-Net-Z3950 | |
parent | a40b8ff745a084eeb0816248ca32039e81540087 (diff) | |
download | pkgsrc-732f8a9921b8bb0dc777b3ec141858cdf5d75ab7.tar.gz |
Canonicalize commented-out HOMEPAGE which uses search.cpan.org.
Diffstat (limited to 'net/p5-Net-Z3950')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile index ecac3f0c149..7ff918afa37 100644 --- a/net/p5-Net-Z3950/Makefile +++ b/net/p5-Net-Z3950/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/06/22 16:49:49 he Exp $ +# $NetBSD: Makefile,v 1.17 2008/09/14 19:07:46 he Exp $ # DISTNAME= Net-Z3950-0.51 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://perl.z3950.org/ -#HOMEPAGE= http://search.cpan.org/~mirk/Net-Z3950-0.51/ +#HOMEPAGE= http://search.cpan.org/dist/Net-Z3950/ COMMENT= Perl interface to the Z39.50 information retrieval protocol PKG_DESTDIR_SUPPORT= user-destdir |