aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2014-10-04 02:47:47 +0800
committerbdrewery <bdrewery@FreeBSD.org>2014-10-04 02:47:47 +0800
commit086db623db83618445b756ebb9c8eaa467dd6c20 (patch)
tree8ad19db66a504342f42e659166651d42b7579af6 /Mk
parent47547bd68ba2c83a7f71bebe5e9865ed027d6631 (diff)
downloadfreebsd-ports-gnome-086db623db83618445b756ebb9c8eaa467dd6c20.tar.gz
freebsd-ports-gnome-086db623db83618445b756ebb9c8eaa467dd6c20.tar.zst
freebsd-ports-gnome-086db623db83618445b756ebb9c8eaa467dd6c20.zip
- Allow LINUXBASE for shebangs.
PR: 193878 Submitted by: Jan Beich <jbeich@vfemail.net> With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Scripts/qa.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index b214f42af396..32eda0b051f7 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -27,6 +27,7 @@ shebangonefile() {
case "$interp" in
"") ;;
/usr/bin/env) ;;
+ ${LINUXBASE}/*) ;;
${LOCALBASE}/*) ;;
${PREFIX}/*) ;;
/usr/bin/awk) ;;
ions'>+370 | | | | | | | | - Pass maintainership to submitter - Make CLANG happy PR: ports/176040 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> * Update HLLib and HLExtract ports to version 2.4.3, which had added supportdanfe2012-10-243-12/+15 | | | | | | for new VPK file format (v2), SGA format (v4.0/5.0), and ZIP deflate mode. Feature safe: yes * - Adjust COMMENT and port descriptions where appropriatedanfe2012-08-09