diff options
-rw-r--r-- | audio/cmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile index 30712995b365..5b0de4fdaf88 100644 --- a/audio/cmt/Makefile +++ b/audio/cmt/Makefile @@ -33,6 +33,7 @@ post-patch: ${REINPLACE_CMD} -e "s|<malloc.h>|<stdlib.h>|g" do-install: + @${MKDIR} ${PREFIX}/lib/ladspa ${INSTALL_DATA} ${WRKSRC}/plugins/cmt.so ${PREFIX}/lib/ladspa/ .include <bsd.port.mk> |