diff options
author | truckman <truckman@FreeBSD.org> | 2015-04-06 20:40:48 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-04-06 20:40:48 +0800 |
commit | a590ac230c45009b4887a372297aa1da2a5c5689 (patch) | |
tree | 5f3a3a6351e794f7a60590c54084dc78d5c558f5 /dns/wdns | |
parent | 92424e77fea8370edc6205b70df366dba7788476 (diff) | |
download | freebsd-ports-gnome-a590ac230c45009b4887a372297aa1da2a5c5689.tar.gz freebsd-ports-gnome-a590ac230c45009b4887a372297aa1da2a5c5689.tar.zst freebsd-ports-gnome-a590ac230c45009b4887a372297aa1da2a5c5689.zip |
Add LICENSE_FILE (and bump PORTREVISION).
Convert to use MASTER_SIGHTS_FARSIGHT.
Differential Revision: https://reviews.freebsd.org/D2235
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'dns/wdns')
-rw-r--r-- | dns/wdns/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/wdns/Makefile b/dns/wdns/Makefile index f50a48752a84..3ee41f06afe3 100644 --- a/dns/wdns/Makefile +++ b/dns/wdns/Makefile @@ -2,14 +2,15 @@ PORTNAME= wdns PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= https://dl.farsightsecurity.com/dist/wdns/ \ - LOCAL/truckman/farsight +MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= Low-level DNS library LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/COPYRIGHT GNU_CONFIGURE= yes USE_LDCONFIG= yes |