summaryrefslogtreecommitdiff
path: root/lang/tcl85
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-08-03 22:34:53 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-08-03 22:34:53 +0000
commit720d63d4b37dc78ff9aa443eae6615e46ea3b359 (patch)
treeb1b39cfde552f7f7d92eade0102248f849f4ed17 /lang/tcl85
parentUpdate to 0.4.4. [0] (diff)
Always install tclsh and wish manual pages.
Notes
Notes: svn path=/head/; revision=301975
Diffstat (limited to 'lang/tcl85')
-rw-r--r--lang/tcl85/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile
index f4289b29bc00..1829fe81283a 100644
--- a/lang/tcl85/Makefile
+++ b/lang/tcl85/Makefile
@@ -67,9 +67,7 @@ PLIST_SUB+= TZDATA=""
PLIST_SUB+= TZDATA="@comment "
.endif
-.if ${PORT_OPTIONS:MDOCS}
MAN1= tclsh${TCL_VER}${THREADS_SUFFIX}.1
-.endif
.if defined(BUILDING_TCL_THREADS)
. if (${ARCH} == "ia64")
@@ -765,7 +763,6 @@ post-install:
.endif
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/../doc/man.macros ${DATADIR}
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/../doc/tclsh.1 ${MANPREFIX}/man/man1/tclsh${TCL_VER}${THREADS_SUFFIX}.1
.if !defined(BUILDING_TCL_THREADS) && ${PORT_OPTIONS:MTCL85_MAN}
@@ -777,8 +774,6 @@ post-install:
.endif # !defined(BUILDING_TCL_THREADS) && ${PORT_OPTIONS:MTCL85_MAN}
-.endif # ${PORT_OPTIONS:MDOCS}
-
regression-test: build
cd ${WRKSRC} && LC_ALL=C ${MAKE} test