aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2015-01-10 10:42:01 +0800
committertruckman <truckman@FreeBSD.org>2015-01-10 10:42:01 +0800
commit7e22c17e4b2a8b56acd58783a4aec9c5ae2a3fe1 (patch)
tree86b76470862bbff7e84e2462607bf7f11f28ab19 /dns
parentafbaa5a8e6f442ca5368fbdc87744a646b621288 (diff)
downloadfreebsd-ports-gnome-7e22c17e4b2a8b56acd58783a4aec9c5ae2a3fe1.tar.gz
freebsd-ports-gnome-7e22c17e4b2a8b56acd58783a4aec9c5ae2a3fe1.tar.zst
freebsd-ports-gnome-7e22c17e4b2a8b56acd58783a4aec9c5ae2a3fe1.zip
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)
Diffstat (limited to 'dns')
-rw-r--r--dns/wdns/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/dns/wdns/Makefile b/dns/wdns/Makefile
index 3b7f490be2de..f50a48752a84 100644
--- a/dns/wdns/Makefile
+++ b/dns/wdns/Makefile
@@ -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>