diff options
author | vs <vs@FreeBSD.org> | 2004-05-15 23:25:11 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-15 23:25:11 +0800 |
commit | e362aea5b001c5ef072ac5b194a12a520ddd856f (patch) | |
tree | 7de2bf3e4590ec2f4c682ee616eef97b1e5a87fe /www/grail | |
parent | 757a57d7a7eb29e822006ba82b7ea07d647515c5 (diff) | |
download | freebsd-ports-gnome-e362aea5b001c5ef072ac5b194a12a520ddd856f.tar.gz freebsd-ports-gnome-e362aea5b001c5ef072ac5b194a12a520ddd856f.tar.zst freebsd-ports-gnome-e362aea5b001c5ef072ac5b194a12a520ddd856f.zip |
Fix PYTHON/PYTHON_CMD logic.
Noticed by: pointyhat
Diffstat (limited to 'www/grail')
-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... |