Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2019 15:38:54 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r519086 - head/math/teyjus
Message-ID:  <201912051538.xB5FcsOD056423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912051538.xB5FcsOD056423>