diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2020-05-25 16:50:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2020-05-25 16:50:36 +0000 |
commit | ad2a4bf0d67d60b731ff4e623c09958dc6961c4a (patch) | |
tree | 6d15128f97d34d4416f5802de0d4efa864d1c216 | |
parent | Fix crash when using override-cache-ttl. (diff) |
Fix QA (because I am stupid)
Reported by: mfechner
Notes
Notes:
svn path=/head/; revision=536480
-rw-r--r-- | dns/bind-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind-tools/Makefile b/dns/bind-tools/Makefile index 4f7cd6723d4e..b47c90f004cb 100644 --- a/dns/bind-tools/Makefile +++ b/dns/bind-tools/Makefile @@ -9,6 +9,7 @@ PLIST= ${.CURDIR}/pkg-plist-devel MASTERDIR= ${.CURDIR}/../../dns/bind916 PLIST= ${.CURDIR}/pkg-plist +INSTALL_WRKSRC= ${WRKSRC}/bin .endif DESCR= ${.CURDIR}/pkg-descr |