aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/wget/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-11 21:03:53 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-11 21:03:53 +0800
commit49d2f4567756cbe62d307bde845e70823dc424a7 (patch)
treee571bda031fc5c905f0352bcbbd73df4c54d38b1 /ftp/wget/Makefile
parent2bc302f75245126fb7dc259728c9bfab0393da89 (diff)
downloadfreebsd-ports-gnome-49d2f4567756cbe62d307bde845e70823dc424a7.tar.gz
freebsd-ports-gnome-49d2f4567756cbe62d307bde845e70823dc424a7.tar.zst
freebsd-ports-gnome-49d2f4567756cbe62d307bde845e70823dc424a7.zip
- Remove hidden dependency on libuuid.so from misc/e2fsprogs-libuuid
While here: - Simplify MASTER_SITES - Clarify LICENSE and add LICENSE_FILE PR: 180619 Submitted by: p.christias@noc.ntua.gr Approved by: maintainer timeout (vd, 16 months)
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r--ftp/wget/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile
index f2972a9932a4..edf3ca1799a7 100644
--- a/ftp/wget/Makefile
+++ b/ftp/wget/Makefile
@@ -4,13 +4,13 @@
PORTNAME= wget
DISTVERSION= 1.16
CATEGORIES= ftp www ipv6
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= wget
+MASTER_SITES= GNU/wget
MAINTAINER= vd@FreeBSD.org
COMMENT= Retrieve files from the Net via HTTP(S) and FTP
-LICENSE= GPLv3
+LICENSE= GPLv3 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= charsetfix gmake makeinfo perl5 tar:xz
USE_PERL5= build
@@ -67,5 +67,7 @@ post-patch:
${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
-e 's,@file{},@file{${PREFIX}},' \
${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
+ ${REINPLACE_CMD} -e '/ac_fn_c_check_header_mongrel.*uuid\/uuid.h/ d' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>