svn commit: r320453 - head/Mk/Uses
Baptiste Daroussin
bapt at FreeBSD.org
Mon Jun 10 10:19:00 UTC 2013
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
More information about the svn-ports-head
mailing list