diff options
author | mva <mva@FreeBSD.org> | 2013-08-31 00:49:43 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-08-31 00:49:43 +0800 |
commit | 772377613bbb1c74948ee1c55a895713f7051dd2 (patch) | |
tree | ef93edd7668066733824a98a94e6292252a7b296 /games | |
parent | 4e494c294297da28f75a1ebc26802a0c29d6cac3 (diff) | |
download | freebsd-ports-graphics-772377613bbb1c74948ee1c55a895713f7051dd2.tar.gz freebsd-ports-graphics-772377613bbb1c74948ee1c55a895713f7051dd2.tar.zst freebsd-ports-graphics-772377613bbb1c74948ee1c55a895713f7051dd2.zip |
- do not use local bsd.python.mk variables within the port Makefile - switch
the publicly accessible ones instead
Diffstat (limited to 'games')
-rw-r--r-- | games/py-poker-eval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 7957b55cea2..3be992287e0 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -23,7 +23,7 @@ ACLOCAL_ARGS= -I config AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= PYTHON="" -PLIST_SUB= PYVER=${_PYTHON_VERSION:S/./_/} +PLIST_SUB= PYVER=${PYTHON_VER:S/./_/} post-configure: @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/config |