Don't use "ktrace" command in "post-install" target. This was obviously
some leftover debugging code.
This commit is contained in:
parent
b712e514c7
commit
f5d0b802e6
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue