MASTER_SITE dl.farsightsecurity.com only allows https downloads.
Mirror the distfile on LOCAL as a http backup for clients that can't use https. Use INSTALL_TARGET=install-strip instead of ${STRIP_CMD}. Differential Revision: https://reviews.freebsd.org/D1473 Approved by: mat (mentor)
This commit is contained in:
parent
4f3d713590
commit
3fd33a8c97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=376669
1 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,8 @@
|
|||
PORTNAME= wdns
|
||||
PORTVERSION= 0.6.0
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/
|
||||
MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/ \
|
||||
LOCAL/truckman/farsight
|
||||
|
||||
MAINTAINER= truckman@FreeBSD.org
|
||||
COMMENT= Low-level DNS library
|
||||
|
@ -13,8 +14,6 @@ LICENSE= APACHE20
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake libtool pathfix pkgconfig
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwdns.so.1.0.0
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue