summaryrefslogtreecommitdiff
path: root/devel/swig
diff options
context:
space:
mode:
authortron <tron>2006-02-26 22:37:22 +0000
committertron <tron>2006-02-26 22:37:22 +0000
commit324f8de058d6c6d138feb9175e2f545185a51028 (patch)
treeb2b24ab0da846d466ab811b00eaf49658e34fa31 /devel/swig
parente107d83d3f7f55f9a756c31f270cc78ed993723f (diff)
downloadpkgsrc-324f8de058d6c6d138feb9175e2f545185a51028.tar.gz
Don't use "ktrace" command in "post-install" target. This was obviously
some leftover debugging code.
Diffstat (limited to 'devel/swig')
-rw-r--r--devel/swig/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \