1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/dns/bind-tools/Makefile
Mathieu Arnold ad2a4bf0d6 Fix QA (because I am stupid)
Reported by:	mfechner
2020-05-25 16:50:36 +00:00

19 lines
354 B
Makefile

# $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"