svn commit: r387850 - head/x11-themes/emerald-themes

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 29 12:06:19 UTC 2015


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>


More information about the svn-ports-all mailing list