math/teyjus: Spell SHEBANG_GLOB correctly
Drop no longer needed post-patch.
This commit is contained in:
parent
aa6024acf6
commit
4e5aa7600c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519086
@ -18,15 +18,12 @@ BUILD_DEPENDS= ocamlopt:lang/ocaml \
|
||||
|
||||
USES= dos2unix shebangfix
|
||||
DOS2UNIX_FILES= source/OMakefile
|
||||
SHBANG_GLOB= run_test
|
||||
SHEBANG_GLOB= run_test
|
||||
USE_GITHUB= yes
|
||||
|
||||
EXES= tjcc tjdepend tjdis tjlink tjsim
|
||||
PLIST_FILES= ${EXES:S/^/bin\//}
|
||||
|
||||
post-patch:
|
||||
@${FIND} ${WRKSRC} -name run_test | ${XARGS} ${REINPLACE_CMD} 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|'
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && omake
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user