diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-01-10 02:42:01 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-01-10 02:42:01 +0000 |
commit | 3fd33a8c97c892c2d9ba4d2b69893a43e8d94821 (patch) | |
tree | 86b76470862bbff7e84e2462607bf7f11f28ab19 /dns/wdns | |
parent | - Update to 1.5.1 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=376669
Diffstat (limited to 'dns/wdns')
-rw-r--r-- | dns/wdns/Makefile | 7 |
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> |