From 303e73dabd702e19dae0638e402b7adedc2e63d0 Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 29 Jul 2015 22:09:53 +0000 Subject: Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 --- games/starfighter/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/starfighter') diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index 53cad5359920..b3fc1c03037b 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -24,8 +24,7 @@ WITH_ZLIB= yes MAKEFILE= makefile SHEBANG_FILES= pack.py unpack.py -python_OLD_CMD= ${SETENV} python -python_CMD= ${PYTHON_CMD} +python_OLD_CMD= /usr/bin/env python INSTALLS_ICONS= yes -- cgit