aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tcllib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tcllib/Makefile')
-rw-r--r--devel/tcllib/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile
index 3028c4d7489f..8fd0e55f3fa8 100644
--- a/devel/tcllib/Makefile
+++ b/devel/tcllib/Makefile
@@ -33,6 +33,8 @@ INSTALL_ARGS= -pkgs -pkg-path ${PREFIX}/lib/tcllib \
ALL_TARGET+= nroff-doc
INSTALL_ARGS+= -nroff-path ${MANPREFIX}/man/mann
.include "Makefile.man"
+.else
+INSTALL_ARGS+= -no-nroff
.endif
#
@@ -41,6 +43,8 @@ INSTALL_ARGS+= -nroff-path ${MANPREFIX}/man/mann
.if ${PORT_OPTIONS:MDOCS}
ALL_TARGET+= html-doc
INSTALL_ARGS+= -html-path ${DOCSDIR}
+.else
+INSTALL_ARGS+= -no-html
.endif
post-patch: