summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-13 19:26:41 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-13 19:26:41 +0000
commit4ecf39fc959472b640c529b8ebbb81b19e42adaa (patch)
tree01d423643295ed85983ae6e1c8c334e82f8d3793
parentRemove unused LIBTOOLFILES (diff)
Remove redundant pre-configure (USE_AUTOTOOLS already contains libtoolize)
-rw-r--r--audio/faac/Makefile3
-rw-r--r--audio/faad/Makefile3
2 files changed, 0 insertions, 6 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile
index 601686d17b40..87633d381b5e 100644
--- a/audio/faac/Makefile
+++ b/audio/faac/Makefile
@@ -29,7 +29,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|<mp4\.h>|<mp4v2/mp4v2.h>|g' \
${WRKSRC}/frontend/main.c \
-pre-configure:
- @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
-
.include <bsd.port.mk>
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 0f721386625c..7bb5248d9842 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -35,9 +35,6 @@ post-patch:
@${ECHO_CMD} "SUBDIRS = libfaad common frontend" > \
${WRKSRC}/Makefile.am
-pre-configure:
- @cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
-
post-configure:
@${REINPLACE_CMD} "s/444/644/g" ${WRKSRC}/common/mp4ff/Makefile