svn commit: r438473 - head/devel/scons

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 13 19:46:08 UTC 2017


Author: amdmi3
Date: Thu Apr 13 19:46:06 2017
New Revision: 438473
URL: https://svnweb.freebsd.org/changeset/ports/438473

Log:
  - Fix shebangs in all scripts

Modified:
  head/devel/scons/Makefile

Modified: head/devel/scons/Makefile
==============================================================================
--- head/devel/scons/Makefile	Thu Apr 13 19:45:48 2017	(r438472)
+++ head/devel/scons/Makefile	Thu Apr 13 19:46:06 2017	(r438473)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scons
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	SF
 
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 RUN_DEPENDS=	gm4:devel/m4
 
 USES=		python:2 shebangfix
-SHEBANG_FILES=	script/scons
+SHEBANG_FILES=	script/scons*
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list