- Silent output must be only used once in a target
This commit is contained in:
parent
f59f3a2ceb
commit
dd626f497e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335159
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
|||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
@PYTHON="${PYTHON_CMD}" @${GMAKE} -C ${WRKSRC} check
|
||||
@PYTHON="${PYTHON_CMD}" ${GMAKE} -C ${WRKSRC} check
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue