Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jun 2013 10:19:00 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320453 - head/Mk/Uses
Message-ID:  <201306101019.r5AAJ0cp024802@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Jun 10 10:18:59 2013
New Revision: 320453
URL: http://svnweb.freebsd.org/changeset/ports/320453

Log:
  Add some more comment to explain how SHEBANG_FILES works
  
  Requested by:	kwm (gnome)

Modified:
  head/Mk/Uses/shebangfix.mk

Modified: head/Mk/Uses/shebangfix.mk
==============================================================================
--- head/Mk/Uses/shebangfix.mk	Mon Jun 10 10:03:20 2013	(r320452)
+++ head/Mk/Uses/shebangfix.mk	Mon Jun 10 10:18:59 2013	(r320453)
@@ -7,6 +7,10 @@
 # Feature:	shebangfix
 # Usage:	USES=shebangfix
 #
+# To define that the file to modify are: ${WRKSRC}/path1/file and all the .pl files in ${WRKSRC}/path2:
+#
+# SHEBANG_FILES=	path1/file path2/*.pl
+#
 # To define new shebang scheme, in the port Makefile add:
 #
 # SHEBANG_LANG=	lua



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