mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b8a3fce896
Sponsored by: Absolight
14 lines
238 B
Makefile
14 lines
238 B
Makefile
# $FreeBSD$
|
|
|
|
# Define PORTREVISION in ${MASTERDIR}
|
|
MASTERDIR= ${.CURDIR}/../../dns/bind912
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BIND_TOOLS_SLAVE= YES
|
|
|
|
INSTALL_WRKSRC= ${WRKSRC}/bin
|
|
|
|
.include "${MASTERDIR}/Makefile"
|