pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl83 Apply same fix as for lang/tcl to fix break...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32d9dfbbe5fc
branches:  trunk
changeset: 502317:32d9dfbbe5fc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 04 06:52:43 2005 +0000

description:
Apply same fix as for lang/tcl to fix breakage introduced
by adding the --mandir switch.

diffstat:

 lang/tcl83/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 759d913c3ce6 -r 32d9dfbbe5fc lang/tcl83/Makefile
--- a/lang/tcl83/Makefile       Fri Nov 04 04:56:11 2005 +0000
+++ b/lang/tcl83/Makefile       Fri Nov 04 06:52:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/08/31 09:40:15 seb Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/04 06:52:43 wiz Exp $
 #
 
 DISTNAME=              tcl8.3.4
@@ -77,8 +77,6 @@
                ${MV} ${WRKSRC}/tclConfig.sh.tmp ${WRKSRC}/tclConfig.sh
 
 post-install:
-       cd ${WRKDIR} && ${PAX} -rwpm man ${PREFIX}
-       ${RM} -rf ${WRKDIR}/man
        cd ${PREFIX}/bin && ${LN} -s tclsh8.3 tclsh
        ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl
        ${INSTALL_DATA_DIR} ${PREFIX}/include/tcl/unix



Home | Main Index | Thread Index | Old Index