Disable the tests temporarily until I figure out how to handle bash(1)
dependency properly. Reported by: antoine, kib
This commit is contained in:
parent
3c2cf8de0d
commit
b94465d766
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=516973
1 changed files with 2 additions and 2 deletions
|
@ -25,12 +25,12 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CPE_VENDOR= gnu
|
||||
|
||||
TEST_TARGET= check
|
||||
#TEST_TARGET= check
|
||||
|
||||
PLIST_FILES= bin/gpatch man/man1/gpatch.1.gz
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/^SHELL =/s,@SHELL@,bash,' \
|
||||
@${REINPLACE_CMD} -e '/^_SHELL =/s,@SHELL@,bash,' \
|
||||
${WRKSRC}/tests/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue