aboutsummaryrefslogtreecommitdiff
path: root/lang/tcl-manual
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-11-05 12:36:25 +0000
commit065c026fe5e21a269bbaae0ce69307c7308acbea (patch)
tree9cbf2a263e7841be76898ae832e7bfb273d3fd08 /lang/tcl-manual
parent6d6314e20da82ad66b7b278eee92373caa9ab746 (diff)
downloadports-065c026fe5e21a269bbaae0ce69307c7308acbea.tar.gz
ports-065c026fe5e21a269bbaae0ce69307c7308acbea.zip
Notes
Diffstat (limited to 'lang/tcl-manual')
-rw-r--r--lang/tcl-manual/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl-manual/Makefile b/lang/tcl-manual/Makefile
index 71c393a23f25..755624a2c9d8 100644
--- a/lang/tcl-manual/Makefile
+++ b/lang/tcl-manual/Makefile
@@ -30,16 +30,16 @@ post-patch:
s|/usr/local/bin/wish|${PREFIX}/bin/wish${v:R}|g' \
${WRKSRC}/tcl${v}/html/UserCmd/wish.htm
@${REINPLACE_CMD} -e 's|tcl\.h|tcl${v:R}/tcl.h|g' \
- ${WRKDIR}/tcl${v}/html/TclLib/*
+ ${WRKSRC}/tcl${v}/html/TclLib/*
@${REINPLACE_CMD} -e 's|tk\.h|tk${v:R}/tk.h|g' \
- ${WRKDIR}/tcl${v}/html/TkLib/*
+ ${WRKSRC}/tcl${v}/html/TkLib/*
@${FIND} ${WRKSRC} -name "*.bak" -delete
.endfor
do-install:
.for v in ${VERSIONS}
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/tcl${v:R:S/.//}
- ${CP} -R ${WRKDIR}/tcl${v}/html/* ${STAGEDIR}${PREFIX}/share/doc/tcl${v:R:S/.//}
+ ${CP} -R ${WRKSRC}/tcl${v}/html/* ${STAGEDIR}${PREFIX}/share/doc/tcl${v:R:S/.//}
.endfor
.include <bsd.port.mk>