diff options
-rw-r--r-- | audio/faac/Makefile | 3 | ||||
-rw-r--r-- | audio/faad/Makefile | 3 |
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 |