svn commit: r375737 - head/x11-drivers/xf86-input-egalax

Gleb Smirnoff glebius at FreeBSD.org
Sun Dec 28 18:42:47 UTC 2014


Author: glebius (src committer)
Date: Sun Dec 28 18:42:46 2014
New Revision: 375737
URL: https://svnweb.freebsd.org/changeset/ports/375737
QAT: https://qat.redports.org/buildarchive/r375737/

Log:
  Use autoreconf.
  
  Submitted by:	bapt

Modified:
  head/x11-drivers/xf86-input-egalax/Makefile

Modified: head/x11-drivers/xf86-input-egalax/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-egalax/Makefile	Sun Dec 28 18:39:11 2014	(r375736)
+++ head/x11-drivers/xf86-input-egalax/Makefile	Sun Dec 28 18:42:46 2014	(r375737)
@@ -18,14 +18,10 @@ DIST_SUBDIR=	xorg/driver
 LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
-USES=		libtool pkgconfig
-USE_AUTOTOOLS=	autoconf automake
+USES=		autoreconf
 USE_XORG=	xorg-server xproto xi inputproto xf86driproto glproto \
 		resourceproto
 CONFIGURE_ENV=	DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4'
 INSTALL_TARGET=	install-strip
 
-pre-configure:
-	(cd ${WRKSRC} && /bin/sh ./autogen.sh)
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list