diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-19 14:48:08 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-19 14:48:08 +0000 |
commit | 115b632c52fb2704c0d6278ccd8cdfa3d02dffca (patch) | |
tree | 6a5e18130aae00d473a2de4c5d6dce3ec0a02feb | |
parent | 8191add5372aed150bbde23074523bc049c066e8 (diff) | |
download | ports-115b632c52fb2704c0d6278ccd8cdfa3d02dffca.tar.gz ports-115b632c52fb2704c0d6278ccd8cdfa3d02dffca.zip |
dns/dnsdist: Fix CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | dns/dnsdist/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/dnsdist/Makefile b/dns/dnsdist/Makefile index e46755540a3e..7d3bea96dc7d 100644 --- a/dns/dnsdist/Makefile +++ b/dns/dnsdist/Makefile @@ -28,6 +28,8 @@ USES= bison:alias compiler:c++14-lang cpe gmake libedit libtool \ localbase pkgconfig tar:bz2 USE_RC_SUBR= dnsdist +CPE_VENDOR= powerdns + GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \ --enable-dns-over-https \ |