1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

audio/faust: Remove unnecessary lines

This commit is contained in:
Yuri Victorovich 2021-03-05 04:24:19 +00:00
parent d0d1419a51
commit fd949e7920
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567362

View File

@ -49,10 +49,6 @@ HTTPD_LIB_LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd
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