diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-06 16:27:45 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-06 16:27:45 +0000 |
commit | 6e480725365c74d8865f1d671f490f639b656d12 (patch) | |
tree | 6c64ea4384b5199c6b1394d2c93b4330fd0b8fe8 /dns | |
parent | f7201684512606383cf2c643d4b8d2537e3fc832 (diff) | |
download | ports-6e480725365c74d8865f1d671f490f639b656d12.tar.gz ports-6e480725365c74d8865f1d671f490f639b656d12.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnshistory/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnshistory/Makefile b/dns/dnshistory/Makefile index 62268c6fba53..e3230f20fa02 100644 --- a/dns/dnshistory/Makefile +++ b/dns/dnshistory/Makefile @@ -5,16 +5,16 @@ PORTNAME= dnshistory PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= dns -MASTER_SITES= http://www.stedee.id.au/files/ +MASTER_SITES= LOCAL/adamw -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Store DNS lookups to a DB LICENSE= GPLv2 LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USE_BDB= 42+ +USE_BDB= yes GNU_CONFIGURE= yes PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz |