summaryrefslogtreecommitdiff
path: root/net/wget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/wget/Makefile')
-rw-r--r--net/wget/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index fafb173b82a..f883331bc36 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.37 2001/07/22 15:19:16 tron Exp $
+# $NetBSD: Makefile,v 1.38 2001/07/22 15:46:20 tron Exp $
DISTNAME= wget-1.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=wget/}
+PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
+PATCHFILES= wget-17-v6-20010716a.diff.gz
+PATCH_DIST_STRIP=-p1
+
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/wget/wget.html
COMMENT= Retrieve files from the 'net via HTTP and FTP
@@ -24,11 +28,6 @@ BUILD_DEFS+= USE_INET6
# to get USE_INET6
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} != SunOS)
-PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES= wget-17-v6-20010716a.diff.gz
-PATCH_DIST_STRIP=-p1
-
# IPv6 support
.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+= --enable-ipv6
@@ -40,7 +39,6 @@ CONFIGURE_ARGS+= --disable-ipv6
# files patched in the IPv6 patch):
post-patch:
${TOUCH} ${WRKSRC}/configure
-.endif
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"