From 7b448a7de56a48dc21a7a6e3450c2aab90468de9 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 21 Jun 2015 14:30:37 +0000 Subject: Convert to USES=autoreconf --- games/py-poker-eval/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'games/py-poker-eval') diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 6efd186815d7..7858d0d0096f 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -17,17 +17,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoker-eval.so:${PORTSDIR}/games/poker-eval -USES= libtool pkgconfig python:2 -USE_AUTOTOOLS= aclocal autoconf automake -ACLOCAL_ARGS= -I config -AUTOMAKE_ARGS= --add-missing +USES= autoreconf libtool pkgconfig python:2 +GNU_CONFIGURE= yes CONFIGURE_ARGS= PYTHON="" PLIST_SUB= PYVER=${PYTHON_VER:S/./_/} -post-configure: - @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}/config - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_pokereval_2_7.so.1.0.0 -- cgit v1.2.3