aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2009-02-27 15:11:18 +0800
committermm <mm@FreeBSD.org>2009-02-27 15:11:18 +0800
commitfe0547c0a1057b33a11b8c16473a333a29e9d207 (patch)
tree669ebd1c3300a16543ad92e33b83495277a271ae /lang
parent2bbefafd1cb614a6ebb18cd8530be1682b419647 (diff)
downloadfreebsd-ports-gnome-fe0547c0a1057b33a11b8c16473a333a29e9d207.tar.gz
freebsd-ports-gnome-fe0547c0a1057b33a11b8c16473a333a29e9d207.tar.zst
freebsd-ports-gnome-fe0547c0a1057b33a11b8c16473a333a29e9d207.zip
- Unbreak if WITH_*_MAN set
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile
index f43c378029fb..a641b0ef1f24 100644
--- a/lang/tcl86/Makefile
+++ b/lang/tcl86/Makefile
@@ -756,7 +756,7 @@ post-install:
${MKDIR} ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/../doc/tclsh.1 ${MANPREFIX}/man/man1/tclsh${TCL_VER}${THREADS_SUFFIX}.1
.if !defined(BUILDING_TCL_THREADS) && defined(WITH_TCL86_MAN)
-. for mp in ${MAN1} ${MAN3} ${MANN}
+. for mp in ${MAN3} ${MANN}
@${REINPLACE_CMD} -e 's|^.so man.macros|.so ${DATADIR}/man.macros|' \
${WRKSRC}/../doc/${mp}
. endfor