svn commit: r536480 - head/dns/bind-tools

Mathieu Arnold mat at FreeBSD.org
Mon May 25 16:50:39 UTC 2020


Author: mat
Date: Mon May 25 16:50:36 2020
New Revision: 536480
URL: https://svnweb.freebsd.org/changeset/ports/536480

Log:
  Fix QA (because I am stupid)
  
  Reported by:	mfechner

Modified:
  head/dns/bind-tools/Makefile   (contents, props changed)

Modified: head/dns/bind-tools/Makefile
==============================================================================
--- head/dns/bind-tools/Makefile	Mon May 25 16:50:33 2020	(r536479)
+++ head/dns/bind-tools/Makefile	Mon May 25 16:50:36 2020	(r536480)
@@ -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
 


More information about the svn-ports-head mailing list