935246f542
It was forgotten during the 9.14 release process.
13 lines
238 B
Makefile
13 lines
238 B
Makefile
# $FreeBSD$
|
|
|
|
# Define PORTREVISION in ${MASTERDIR}
|
|
MASTERDIR= ${.CURDIR}/../../dns/bind914
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BIND_TOOLS_SLAVE= YES
|
|
|
|
INSTALL_WRKSRC= ${WRKSRC}/bin
|
|
|
|
.include "${MASTERDIR}/Makefile"
|