aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-18 19:13:18 +0000
commit1c6ed8eca3fd323ad84584b083ec5246b4f5cc34 (patch)
tree084a3ff0af921b622a1b95e501fdbf510ab133e4 /lang
parent1d085932a2bc53e47470d2ff07242dd9e96d1409 (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl86/Makefile2
-rw-r--r--lang/xotcl/Makefile4
2 files changed, 2 insertions, 4 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile
index 205c10b28647..e62a60a78e82 100644
--- a/lang/tcl86/Makefile
+++ b/lang/tcl86/Makefile
@@ -49,7 +49,7 @@ PLIST_SUB= TCL_VER=${TCL_VER} \
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MTCLMAN} && !defined(NO_INSTALL_MANPAGES)
+.if ${PORT_OPTIONS:MTCLMAN}
INSTALL_TARGET+=install-doc
PLIST_SUB+= MAN=""
.else
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile
index ffe13f06569a..1aa1c5fd1e90 100644
--- a/lang/xotcl/Makefile
+++ b/lang/xotcl/Makefile
@@ -64,7 +64,7 @@ PLIST_SUB+= TUTORIAL="@comment "
INSTALL_TARGET+= install-shells
-.if !defined(AOLSERVER_XOTCL) && !defined(NO_INSTALL_MANPAGES)
+.if !defined(AOLSERVER_XOTCL)
MAN1= xotclsh.1
.endif
@@ -106,8 +106,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif
-.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/man/xotclsh.1 ${PREFIX}/man/man1/
.endif
-.endif
.include <bsd.port.mk>