mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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)
This commit is contained in:
parent
3317196d90
commit
f81c67ca20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374529
1 changed files with 5 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
PORTNAME= wget
|
PORTNAME= wget
|
||||||
DISTVERSION= 1.16
|
DISTVERSION= 1.16
|
||||||
CATEGORIES= ftp www ipv6
|
CATEGORIES= ftp www ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= GNU/wget
|
||||||
MASTER_SITE_SUBDIR= wget
|
|
||||||
|
|
||||||
MAINTAINER= vd@FreeBSD.org
|
MAINTAINER= vd@FreeBSD.org
|
||||||
COMMENT= Retrieve files from the Net via HTTP(S) and FTP
|
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
|
USES= charsetfix gmake makeinfo perl5 tar:xz
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
|
@ -67,5 +67,7 @@ post-patch:
|
||||||
${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
|
${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \
|
||||||
-e 's,@file{},@file{${PREFIX}},' \
|
-e 's,@file{},@file{${PREFIX}},' \
|
||||||
${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue