Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 12:06:19 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387850 - head/x11-themes/emerald-themes
Message-ID:  <201505291206.t4TC6JSX017258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 29 12:06:18 2015
New Revision: 387850
URL: https://svnweb.freebsd.org/changeset/ports/387850

Log:
  - Switch to USES=autoreconf

Modified:
  head/x11-themes/emerald-themes/Makefile

Modified: head/x11-themes/emerald-themes/Makefile
==============================================================================
--- head/x11-themes/emerald-themes/Makefile	Fri May 29 12:05:34 2015	(r387849)
+++ head/x11-themes/emerald-themes/Makefile	Fri May 29 12:06:18 2015	(r387850)
@@ -10,15 +10,11 @@ COMMENT=	Themes for the Emerald Window D
 
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
-GNU_CONFIGURE=	yes
-USES=		gmake shebangfix tar:bzip2
-USE_AUTOTOOLS=	autoconf:env automake:env aclocal:env autoheader:env
+USES=		autoreconf gmake shebangfix tar:bzip2
 SHEBANG_FILES=	themes/import.sh
+GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-pre-configure:
-	@cd ${WRKSRC} && ./autogen.sh
-
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291206.t4TC6JSX017258>