svn commit: r390238 - head/games/py-poker-eval

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:30:38 UTC 2015


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
 


More information about the svn-ports-head mailing list