diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-11 18:05:14 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-04-11 18:05:14 +0000 |
commit | e19e26e590fb7c1248d9d8ddd4b458f1ebfe918d (patch) | |
tree | 8730e740521d19c7037f1cceb99c9a033910c8bb | |
parent | cad/ldraw: Fix fetch; distfile was rerolled (diff) |
ftp/wget: add CPE information
- Maintainer's timeout (vd@FreeBSD.org)
PR: 198840
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index b9f7ae4a4e20..4d6269355fc3 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -13,8 +13,9 @@ COMMENT= Retrieve files from the Net via HTTP(S) and FTP LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix gmake makeinfo perl5 tar:xz +USES= charsetfix cpe gmake makeinfo perl5 tar:xz USE_PERL5= build +CPE_VENDOR= gnu GNU_CONFIGURE= yes OPTIONS_SUB= yes |