diff options
author | wiz <wiz@pkgsrc.org> | 2017-12-24 10:09:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-12-24 10:09:10 +0000 |
commit | ae29fe930dee2c14ca456d588b93833a7a6790f7 (patch) | |
tree | b63997aaa5d5556c589e10d6bf105650a4562010 | |
parent | 22451bff80da4c5ffd17952dc9cb8fc45ee219b2 (diff) | |
download | pkgsrc-ae29fe930dee2c14ca456d588b93833a7a6790f7.tar.gz |
p5-Net-TFTP: fix HOMEPAGE
-rw-r--r-- | net/p5-Net-TFTP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-Net-TFTP/Makefile b/net/p5-Net-TFTP/Makefile index c3394bb0cdd..5cb7ff64ac6 100644 --- a/net/p5-Net-TFTP/Makefile +++ b/net/p5-Net-TFTP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2017/09/17 20:51:44 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2017/12/24 10:09:10 wiz Exp $ DISTNAME= Net-TFTP-0.1901 PKGNAME= p5-${DISTNAME} @@ -6,7 +6,7 @@ CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~gbarr/Net-TFTP-0.17/ +HOMEPAGE= http://search.cpan.org/~gbarr/Net-TFTP/ COMMENT= Perl5 module for TFTP transfers LICENSE= ${PERL5_LICENSE} |