diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-09-27 15:01:31 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-09-27 15:01:31 +0000 |
commit | 40a9bdf3acb7d06eac2aebc513ed8c71bee8d5f4 (patch) | |
tree | 898413ce596933586207a4785c15e765f107dce1 /ftp | |
parent | 43a6a253378445ab8499a610baf58f8b569a55e8 (diff) |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index a9f61cd21bb7..2f3d90e915d7 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -5,7 +5,6 @@ PORTNAME= wget DISTVERSION= 1.20.3 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU -EXTRACT_SUFX= .tar.lz MAINTAINER= vd@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP(S) and FTP @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= p5-HTTP-Daemon>=0:www/p5-HTTP-Daemon \ p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL -USES= charsetfix cpe iconv tar:xz +USES= charsetfix cpe iconv tar:lz CPE_VENDOR= gnu GNU_CONFIGURE= yes OPTIONS_SUB= yes |