Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2015 19:24:28 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384252 - head/audio/pd
Message-ID:  <201504181924.t3IJOSjK077889@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Apr 18 19:24:27 2015
New Revision: 384252
URL: https://svnweb.freebsd.org/changeset/ports/384252

Log:
  Remove pre-configure target.  It doesn't do anything because the variables
  are all undefined.

Modified:
  head/audio/pd/Makefile

Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile	Sat Apr 18 19:18:20 2015	(r384251)
+++ head/audio/pd/Makefile	Sat Apr 18 19:24:27 2015	(r384252)
@@ -70,12 +70,6 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		'/libpthread/s|_ERROR|_WARN|' ${WRKSRC}/portaudio/configure.in
 
-pre-configure:
-	@(cd ${WRKSRC}/portaudio \
-		&& ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL} \
-		&& ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} ${LIBTOOLIZE_ARGS} \
-		&& ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF})
-
 do-install:
 .for i in src man tcl po extra
 	@(cd ${WRKSRC}/${i} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \



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