Date: Sun, 21 Jun 2015 14:30:37 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390238 - head/games/py-poker-eval Message-ID: <201506211430.t5LEUbeb086637@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jun 21 14:30:37 2015 New Revision: 390238 URL: https://svnweb.freebsd.org/changeset/ports/390238 Log: Convert to USES=autoreconf Modified: head/games/py-poker-eval/Makefile Modified: head/games/py-poker-eval/Makefile ============================================================================== --- head/games/py-poker-eval/Makefile Sun Jun 21 14:28:01 2015 (r390237) +++ head/games/py-poker-eval/Makefile Sun Jun 21 14:30:37 2015 (r390238) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211430.t5LEUbeb086637>