svn commit: r384252 - head/audio/pd
Tijl Coosemans
tijl at FreeBSD.org
Sat Apr 18 19:24:28 UTC 2015
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} \
More information about the svn-ports-head
mailing list