diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2024-06-19 08:02:08 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-06-19 13:21:13 +0000 |
commit | a469f13cdb65bbb4a2398cf2873b8b69b3c4c10e (patch) | |
tree | 7d712ae8565bc75933bb548f798509248a3837f2 | |
parent | f314f371a026dccb4e928259264f8d5de9e906c2 (diff) | |
download | ports-a469f13cdb65bbb4a2398cf2873b8b69b3c4c10e.tar.gz ports-a469f13cdb65bbb4a2398cf2873b8b69b3c4c10e.zip |
graphics/mesa: Drop SHEBANG_FILES
Most do not exists anymore and the rest aren't used in the build or already
have /usr/bin/env python3 in the shebang which is fine.
No functional changes intended.
Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r-- | graphics/mesa-dri/Makefile.common | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index b9309ad36430..35357b2d145d 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -52,12 +52,6 @@ LDFLAGS+= -B${LOCALBASE}/bin PORTSCOUT= ignore:1 .endif -SHEBANG_FILES= src/gallium/*/*/*.py src/gallium/tools/trace/*.py \ - src/gallium/drivers/svga/svgadump/svga_dump.py \ - src/mapi/glapi/gen/*.py src/mapi/mapi_abi.py \ - src/mesa/main/get_*.py src/util/format_srgb.py \ - src/amd/*/*.py src/intel/genxml/gen_pack_header.py - MASTERDIR= ${.CURDIR:H:H}/graphics/mesa-dri PATCHDIR= ${MASTERDIR}/files WRKSRC= ${WRKDIR}/mesa-${MESAVERSION} |