diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-15 15:25:11 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-15 15:25:11 +0000 |
commit | 800be9c5ab6a748290ba3ab840678b67f2beb4f8 (patch) | |
tree | 412490cae07575bb372d9b63a336daa2ae69d245 /www | |
parent | 5442e0e3430366c993e0610a995860c2486f9642 (diff) | |
download | freebsd-ports-800be9c5ab6a748290ba3ab840678b67f2beb4f8.zip |
Fix PYTHON/PYTHON_CMD logic.
Noticed by: pointyhat
Diffstat (limited to 'www')
-rw-r--r-- | www/grail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/grail/Makefile b/www/grail/Makefile index 42fa48e9d186..a672b628df09 100644 --- a/www/grail/Makefile +++ b/www/grail/Makefile @@ -24,10 +24,8 @@ GRAILDIR= ${PREFIX}/${GRAILSUBDIR} DIRS_CMD= ${SED} -e '/^@dirrm/bok' -e 'D' -e ':ok' -e 's,@dirrm ,,' < ${PLIST} FILES_CMD= ${SED} -e '/^share\//bok' -e 'D' -e ':ok' -e 's,${GRAILSUBDIR}/,,' < ${PLIST} -PYTHON?=python - do-build: - ${PYTHON} -u -c 'from compileall import compile_dir; compile_dir("${WRKSRC}")' + ${PYTHON_CMD} -u -c 'from compileall import compile_dir; compile_dir("${WRKSRC}")' do-install: @${ECHO_MSG} === Creating directories... |