diff options
author | obache <obache> | 2013-04-10 08:00:10 +0000 |
---|---|---|
committer | obache <obache> | 2013-04-10 08:00:10 +0000 |
commit | 0c4bf57168dfb633407691b5c0a58cc6b283e20c (patch) | |
tree | 51f912bbff11469919241e5e06f39ec366b21793 | |
parent | 715945a076d69edd5331d04aa24da26a38ab9098 (diff) | |
download | pkgsrc-0c4bf57168dfb633407691b5c0a58cc6b283e20c.tar.gz |
Change HOMEPAGE to original mirror's one, instead of Windows porting one.
-rw-r--r-- | net/netcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 4b42437578f..5f96f9b1a73 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2012/10/23 17:18:41 asau Exp $ +# $NetBSD: Makefile,v 1.37 2013/04/10 08:00:10 obache Exp $ DISTNAME= nc110 PKGNAME= netcat-1.10 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/netcat/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.securityfocus.com/tools/137 +HOMEPAGE= http://nc110.sourceforge.net/ COMMENT= Read and write data across network connections PKG_INSTALLATION_TYPES= overwrite pkgviews |