svn commit: r368139 - head/devel/libcfu

Tijl Coosemans tijl at FreeBSD.org
Sat Sep 13 20:35:35 UTC 2014


Author: tijl
Date: Sat Sep 13 20:35:34 2014
New Revision: 368139
URL: http://svnweb.freebsd.org/changeset/ports/368139
QAT: https://qat.redports.org/buildarchive/r368139/

Log:
  Remove unnecessary ACLOCAL_ARGS and pre-configure

Modified:
  head/devel/libcfu/Makefile

Modified: head/devel/libcfu/Makefile
==============================================================================
--- head/devel/libcfu/Makefile	Sat Sep 13 20:34:14 2014	(r368138)
+++ head/devel/libcfu/Makefile	Sat Sep 13 20:35:34 2014	(r368139)
@@ -21,12 +21,6 @@ PATHFIX_MAKEFILEIN=	Makefile.am
 
 USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtoolize
 AUTOMAKE_ARGS=	--add-missing
-ACLOCAL_ARGS=	-I ${LIBTOOL_M4:C,[^/]*$,,}
 INFO=		${PORTNAME}
 
-# XXX: work around an issue with automake-1.13 erroring out on a
-#      non-existent m4 directory before libtoolize creates it
-pre-configure::
-	@${MKDIR} ${WRKSRC}/m4
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list