aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pd
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2015-04-19 03:24:27 +0800
committertijl <tijl@FreeBSD.org>2015-04-19 03:24:27 +0800
commit289c36a9cacc4ea2ee0220c1fbfd96bc8cc6b5ea (patch)
tree7d24ee7df0c5b33a3f8ae7aa3549a955fe670db6 /audio/pd
parent3def6a943f284160708d4bd09e566a6310882a72 (diff)
downloadfreebsd-ports-gnome-289c36a9cacc4ea2ee0220c1fbfd96bc8cc6b5ea.tar.gz
freebsd-ports-gnome-289c36a9cacc4ea2ee0220c1fbfd96bc8cc6b5ea.tar.zst
freebsd-ports-gnome-289c36a9cacc4ea2ee0220c1fbfd96bc8cc6b5ea.zip
Remove pre-configure target. It doesn't do anything because the variables
are all undefined.
Diffstat (limited to 'audio/pd')
-rw-r--r--audio/pd/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile
index b5f9136413f8..d9cea36a6a9d 100644
--- a/audio/pd/Makefile
+++ b/audio/pd/Makefile
@@ -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} \