From f5d0b802e68e1e741e9a31bf50bdb6fb7d9fff45 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 26 Feb 2006 22:37:22 +0000 Subject: Don't use "ktrace" command in "post-install" target. This was obviously some leftover debugging code. --- devel/swig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/swig') diff --git a/devel/swig/Makefile b/devel/swig/Makefile index dcea51bc646..03e31e072fc 100644 --- a/devel/swig/Makefile +++ b/devel/swig/Makefile @@ -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 @@ CHECK_INTERPRETER_SKIP+= share/examples/swig/guile/matrix/matrix.scm 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 \ -- cgit v1.2.3