Index: head/dns/bind-tools/Makefile =================================================================== --- head/dns/bind-tools/Makefile (revision 536479) +++ head/dns/bind-tools/Makefile (revision 536480) @@ -1,17 +1,18 @@ # $FreeBSD$ # Define PORTREVISION in ${MASTERDIR} .ifdef BIND_TOOLS_DEVEL MASTERDIR= ${.CURDIR}/../../dns/bind9-devel PLIST= ${.CURDIR}/pkg-plist-devel .else MASTERDIR= ${.CURDIR}/../../dns/bind916 PLIST= ${.CURDIR}/pkg-plist +INSTALL_WRKSRC= ${WRKSRC}/bin .endif DESCR= ${.CURDIR}/pkg-descr BIND_TOOLS_SLAVE= YES .include "${MASTERDIR}/Makefile"