aboutsummaryrefslogtreecommitdiffstats
path: root/net/bind8/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-11-14 15:32:46 +0800
committerdougb <dougb@FreeBSD.org>2002-11-14 15:32:46 +0800
commit9378f4dc8cb61db006a6bff5ae2cfe46677d7204 (patch)
tree0bbe66b198f0f0ff368812b61bbbd48388319334 /net/bind8/Makefile
parent52e3481daa5eb473969c5ee90e17ba63bb853a30 (diff)
downloadfreebsd-ports-gnome-9378f4dc8cb61db006a6bff5ae2cfe46677d7204.tar.gz
freebsd-ports-gnome-9378f4dc8cb61db006a6bff5ae2cfe46677d7204.tar.zst
freebsd-ports-gnome-9378f4dc8cb61db006a6bff5ae2cfe46677d7204.zip
* Bump PORTREVISION to reflect the ISC security patches
* Switch to DOCSDIR for PORTDOCS, which in addition to being more aesthetically pleasing also reduces a gratuitous mismatch when PORT_REPLACES_BASE
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r--net/bind8/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile
index 26653e3f0f5c..b0ac451b668e 100644
--- a/net/bind8/Makefile
+++ b/net/bind8/Makefile
@@ -12,6 +12,7 @@
PORTNAME= bind
PORTVERSION= 8.3.3
+PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind/src/${PORTVERSION}
@@ -60,11 +61,11 @@ post-install:
cd ${WRKDIR}/doc/man && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \
${MAKEFILE} clean all ${INSTALL_TARGET}
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/bind8/html
- ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${PREFIX}/share/doc/bind8/html
- ${CP} -Rp ${WRKDIR}/src/conf ${PREFIX}/share/doc/bind8/
+ @${MKDIR} ${DOCSDIR}/html
+ ${INSTALL_DATA} ${WRKDIR}/doc/html/*.html ${DOCSDIR}/html
+ ${CP} -Rp ${WRKDIR}/src/conf ${DOCSDIR}
.for file in CHANGES DNSSEC LICENSE LICENSE_RSA README SUPPORT TODO
- ${INSTALL_DATA} ${WRKDIR}/src/${file} ${PREFIX}/share/doc/bind8
+ ${INSTALL_DATA} ${WRKDIR}/src/${file} ${DOCSDIR}
.endfor
.endif