diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-10 18:18:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-10 18:18:59 +0800 |
commit | 2bd9a661b36822b190a8e1a52071924db403e52f (patch) | |
tree | e6fe0817c3a81f1799ac92b67f3cf83e5c1dd510 | |
parent | f375b239d5dc87dc572893946663421c08235119 (diff) | |
download | freebsd-ports-gnome-2bd9a661b36822b190a8e1a52071924db403e52f.tar.gz freebsd-ports-gnome-2bd9a661b36822b190a8e1a52071924db403e52f.tar.zst freebsd-ports-gnome-2bd9a661b36822b190a8e1a52071924db403e52f.zip |
Add some more comment to explain how SHEBANG_FILES works
Requested by: kwm (gnome)
-rw-r--r-- | Mk/Uses/shebangfix.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |