summaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-16 06:38:44 +0000
committeritojun <itojun>2000-08-16 06:38:44 +0000
commit3b0ffa47e41df561dcc8c759ed042422d4c06513 (patch)
tree21d4f02e04e4bede5327bd91cd75fc685cb21f93 /net/wget/Makefile
parenta3e9d94730027681e1ade41398ca00b771ece029 (diff)
downloadpkgsrc-3b0ffa47e41df561dcc8c759ed042422d4c06513.tar.gz
use latest IPv6 patch from kame (now supports IPv6 FTP properly).
patches/patch-?? contain IPv6 patches only, switch to PATCHFILES.
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index b7b80517f0f..158ee1a14fa 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2000/03/26 14:16:42 itojun Exp $
+# $NetBSD: Makefile,v 1.21 2000/08/16 06:38:44 itojun Exp $
# FreeBSD Id: Makefile,v 1.4 1997/05/22 07:53:29 tg Exp
#
@@ -6,6 +6,10 @@ DISTNAME= wget-1.5.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
+PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
+PATCHFILES= wget-153-v6-20000816.diff.gz
+PATCH_DIST_STRIP=-p1
+
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/wget/wget.html