aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/tk85
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-02-27 07:09:02 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-02-27 07:09:02 +0000
commitba2bb55d1d340b994b19cb672dabcd7acd813d41 (patch)
treebe380df3eeb51f5971ca83f879eb165c42504af2 /x11-toolkits/tk85
parent91d4a8fb35f4af39842fda8f13d64db50defc165 (diff)
downloadports-ba2bb55d1d340b994b19cb672dabcd7acd813d41.tar.gz
ports-ba2bb55d1d340b994b19cb672dabcd7acd813d41.zip
Notes
Diffstat (limited to 'x11-toolkits/tk85')
-rw-r--r--x11-toolkits/tk85/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/tk85/Makefile b/x11-toolkits/tk85/Makefile
index 8d384e3b43aa..b8d8bd4a7691 100644
--- a/x11-toolkits/tk85/Makefile
+++ b/x11-toolkits/tk85/Makefile
@@ -451,7 +451,7 @@ post-install:
${MKDIR} ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/../doc/wish.1 ${MANPREFIX}/man/man1/wish${TCL_VER}${THREADS_SUFFIX}.1
.if !defined(BUILDING_TK_THREADS) && defined(WITH_TK85_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