Date: Sat, 21 Sep 2002 22:31:39 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/43162: [maintainer update] lang/tcl-manual repair REINPLACE damage Message-ID: <20020921123139.770AA6A7124@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 43162 >Category: ports >Synopsis: [maintainer update] lang/tcl-manual repair REINPLACE damage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Sep 21 05:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/lang/tcl-manual/Makefile,v 1.2 2002/07/19 09:26:31 ijliao Exp >Description: Removal of files created by REINPLACE_CMD >How-To-Repeat: >Fix: Bento extra-files overview rules! --- Makefile.old Fri Jul 19 19:26:31 2002 +++ Makefile Sat Sep 21 22:26:02 2002 @@ -29,6 +29,12 @@ ${WRKDIR}/tcl8.4a3/html/TclLib/* @${REINPLACE_CMD} -e 's|tk\.h|tk8.4/tk.h|g' \ ${WRKDIR}/tcl8.4a3/html/TkLib/* + @${RM} -f ${WRKDIR}/tcl8.3.4/html/UserCmd/*.bak + @${RM} -f ${WRKDIR}/tcl8.4a3/html/UserCmd/*.bak + @${RM} -f ${WRKDIR}/tcl8.3.4/html/TclLib/*.bak + @${RM} -f ${WRKDIR}/tcl8.4a3/html/TclLib/*.bak + @${RM} -f ${WRKDIR}/tcl8.3.4/html/TkLib/*.bak + @${RM} -f ${WRKDIR}/tcl8.4a3/html/TkLib/*.bak do-install: ${MKDIR} ${PREFIX}/share/doc/tcl83 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020921123139.770AA6A7124>