svn commit: r519086 - head/math/teyjus

Tobias Kortkamp tobik at FreeBSD.org
Thu Dec 5 15:38:55 UTC 2019


Author: tobik
Date: Thu Dec  5 15:38:54 2019
New Revision: 519086
URL: https://svnweb.freebsd.org/changeset/ports/519086

Log:
  math/teyjus: Spell SHEBANG_GLOB correctly
  
  Drop no longer needed post-patch.

Modified:
  head/math/teyjus/Makefile

Modified: head/math/teyjus/Makefile
==============================================================================
--- head/math/teyjus/Makefile	Thu Dec  5 15:37:05 2019	(r519085)
+++ head/math/teyjus/Makefile	Thu Dec  5 15:38:54 2019	(r519086)
@@ -18,14 +18,11 @@ 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


More information about the svn-ports-all mailing list