diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-21 17:04:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-21 17:04:38 +0000 |
commit | 74f407cb4b20827c6c39cbacd3f84c1f3676cf3a (patch) | |
tree | eebb7f5abe8b039d1442eb2035b267e135edcd1d /lang/tcl-manual/Makefile | |
parent | e9ccff640f06473ed611db9eb0c313e64be053c3 (diff) | |
download | ports-74f407cb4b20827c6c39cbacd3f84c1f3676cf3a.tar.gz ports-74f407cb4b20827c6c39cbacd3f84c1f3676cf3a.zip |
Notes
Diffstat (limited to 'lang/tcl-manual/Makefile')
-rw-r--r-- | lang/tcl-manual/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/tcl-manual/Makefile b/lang/tcl-manual/Makefile index 6deaf247b763..6149beaaf072 100644 --- a/lang/tcl-manual/Makefile +++ b/lang/tcl-manual/Makefile @@ -29,6 +29,7 @@ post-patch: ${WRKDIR}/tcl8.4a3/html/TclLib/* @${REINPLACE_CMD} -e 's|tk\.h|tk8.4/tk.h|g' \ ${WRKDIR}/tcl8.4a3/html/TkLib/* + @${FIND} ${WRKSRC} -name "*.bak" -delete do-install: ${MKDIR} ${PREFIX}/share/doc/tcl83 |