diff options
author | he <he@pkgsrc.org> | 2008-08-24 20:12:42 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-24 20:12:42 +0000 |
commit | 82fd97e6009d83211cd9d197c7d0b6853ff6755d (patch) | |
tree | 2729f1b05f44e95d3d6bdb43cf66a649c297aa16 /net | |
parent | ce0284606d75ec7a7245d7853da826c6f866bfde (diff) | |
download | pkgsrc-82fd97e6009d83211cd9d197c7d0b6853ff6755d.tar.gz |
Canonicalize HOMEPAGE and don't use a make variable to improve pasteability.
No version bump.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Rendezvous/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-Rendezvous/Makefile b/net/p5-Net-Rendezvous/Makefile index c949ad80682..027473c9d58 100644 --- a/net/p5-Net-Rendezvous/Makefile +++ b/net/p5-Net-Rendezvous/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:40 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/24 20:12:42 he Exp $ # DISTNAME= Net-Rendezvous-0.90 @@ -7,7 +7,7 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= adrianp@NetBSD.org -HOMEPAGE= http://search.cpan.org/~chlige/${DISTNAME}/ +HOMEPAGE= http://search.cpan.org/dist/Net-Rendezvous/ COMMENT= Module for DNS service discovery (Apple's Rendezvous) DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS |