diff options
-rw-r--r-- | audio/autotalent/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/autotalent/Makefile b/audio/autotalent/Makefile index f93f33aa4474..24d249e47ac0 100644 --- a/audio/autotalent/Makefile +++ b/audio/autotalent/Makefile @@ -31,6 +31,7 @@ post-patch: ${REINPLACE_CMD} -e "s,-O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math,${CFLAGS}," ${WRKSRC}/Makefile do-install: + @${MKDIR} ${PREFIX}/lib/ladspa/ ${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa/ .include <bsd.port.mk> |