From 2bd9a661b36822b190a8e1a52071924db403e52f Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 10 Jun 2013 10:18:59 +0000 Subject: Add some more comment to explain how SHEBANG_FILES works Requested by: kwm (gnome) --- Mk/Uses/shebangfix.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Mk') diff --git a/Mk/Uses/shebangfix.mk b/Mk/Uses/shebangfix.mk index dccaef13b76a..980f5c0dc03d 100644 --- a/Mk/Uses/shebangfix.mk +++ b/Mk/Uses/shebangfix.mk @@ -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 -- cgit