aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2008-06-28 01:15:26 +0800
committersanpei <sanpei@FreeBSD.org>2008-06-28 01:15:26 +0800
commit5a89ce5c45f70313380cda50ff8b7ab4986b87cb (patch)
tree80f4449b5decf0b172ec8224462757947b2adcb0
parentc091a0163268973e3440052222c038b8f14a795f (diff)
downloadfreebsd-ports-gnome-5a89ce5c45f70313380cda50ff8b7ab4986b87cb.tar.gz
freebsd-ports-gnome-5a89ce5c45f70313380cda50ff8b7ab4986b87cb.tar.zst
freebsd-ports-gnome-5a89ce5c45f70313380cda50ff8b7ab4986b87cb.zip
use NO_INSTALL_MANPAGES, instead of NOPORTDOCS
Pointyhat by: itetcu@
-rw-r--r--dns/doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/doc/Makefile b/dns/doc/Makefile
index d2840fbb63aa..6a558759db12 100644
--- a/dns/doc/Makefile
+++ b/dns/doc/Makefile
@@ -33,7 +33,7 @@ do-install:
@for file in ${AUX_FILES}; do \
${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/${AUX_DIR}/ ; \
done
-.if !defined(NOPORTDOCS)
+.if !defined(NO_INSTALL_MANPAGES)
@${INSTALL_DATA} ${WRKSRC}/doc.8 ${PREFIX}/man/man8/doc.8
.endif