aboutsummaryrefslogtreecommitdiff
path: root/audio/cmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-14 07:24:38 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-14 07:24:38 +0000
commit34d6bfea93c1454aea45b99d0f1db0f45a68591d (patch)
tree0ab7103e15cbb6b8a16c61916366fccbfc2f2ccc /audio/cmt
parent94932f9ebb02389626292061a01a8c066ab4ef75 (diff)
downloadports-34d6bfea93c1454aea45b99d0f1db0f45a68591d.tar.gz
ports-34d6bfea93c1454aea45b99d0f1db0f45a68591d.zip
fix installing when LOCALBASE != PREFIX
Notes
Notes: svn path=/head/; revision=272710
Diffstat (limited to 'audio/cmt')
-rw-r--r--audio/cmt/Makefile1
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>