diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-14 15:24:38 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-14 15:24:38 +0800 |
commit | 34d6bfea93c1454aea45b99d0f1db0f45a68591d (patch) | |
tree | 0ab7103e15cbb6b8a16c61916366fccbfc2f2ccc /audio/cmt | |
parent | 94932f9ebb02389626292061a01a8c066ab4ef75 (diff) | |
download | freebsd-ports-gnome-34d6bfea93c1454aea45b99d0f1db0f45a68591d.tar.gz freebsd-ports-gnome-34d6bfea93c1454aea45b99d0f1db0f45a68591d.tar.zst freebsd-ports-gnome-34d6bfea93c1454aea45b99d0f1db0f45a68591d.zip |
fix installing when LOCALBASE != PREFIX
Diffstat (limited to 'audio/cmt')
-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> |