pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/swig Don't use "ktrace" command in "post-install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d9cb7e411f2
branches:  trunk
changeset: 508859:1d9cb7e411f2
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Feb 26 22:37:22 2006 +0000

description:
Don't use "ktrace" command in "post-install" target. This was obviously
some leftover debugging code.

diffstat:

 devel/swig/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c1510126b21 -r 1d9cb7e411f2 devel/swig/Makefile
--- a/devel/swig/Makefile       Sun Feb 26 21:42:33 2006 +0000
+++ b/devel/swig/Makefile       Sun Feb 26 22:37:22 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/02/05 23:08:54 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2006/02/26 22:37:22 tron Exp $
 
 DISTNAME=      swig-1.3.24
 PKGREVISION=   2
@@ -26,7 +26,7 @@
 
 post-install:
        cd ${WRKSRC:Q}/Doc/Manual && \
-       ktrace ${INSTALL_DATA} SWIGDocumentation.html SWIGDocumentation.pdf     \
+       ${INSTALL_DATA} SWIGDocumentation.html SWIGDocumentation.pdf    \
                *.png ${PREFIX:Q}/share/doc/swig
        cd ${WRKSRC:Q}/Examples &&                                      \
        ${PAX} -wr                                                      \



Home | Main Index | Thread Index | Old Index