Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2021 04:24:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567362 - head/audio/faust
Message-ID:  <202103050424.1254OJLB021427@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Mar  5 04:24:19 2021
New Revision: 567362
URL: https://svnweb.freebsd.org/changeset/ports/567362

Log:
  audio/faust: Remove unnecessary lines

Modified:
  head/audio/faust/Makefile

Modified: head/audio/faust/Makefile
==============================================================================
--- head/audio/faust/Makefile	Fri Mar  5 04:19:57 2021	(r567361)
+++ head/audio/faust/Makefile	Fri Mar  5 04:24:19 2021	(r567362)
@@ -49,10 +49,6 @@ HTTPD_LIB_LIB_DEPENDS=	libmicrohttpd.so:www/libmicroht
 
 PORTEXAMPLES=		*
 
-xpre-configure:
-	@${MKDIR} ${CONFIGURE_WRKSRC}
-	@cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${CMAKE_SOURCE_PATH}
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/faust
 	@${RM} -r ${STAGEDIR}${PREFIX}/lib/faust # https://github.com/grame-cncm/faust/issues/135



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