diff options
author | tron <tron@pkgsrc.org> | 2006-02-26 22:37:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-02-26 22:37:22 +0000 |
commit | f5d0b802e68e1e741e9a31bf50bdb6fb7d9fff45 (patch) | |
tree | b2b24ab0da846d466ab811b00eaf49658e34fa31 /devel/swig | |
parent | b712e514c788ea2259e00a2de19011fea21043fe (diff) | |
download | pkgsrc-f5d0b802e68e1e741e9a31bf50bdb6fb7d9fff45.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/Makefile | 4 |
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 \ |