diff options
author | bapt <bapt@FreeBSD.org> | 2011-04-14 14:34:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-04-14 14:34:30 +0800 |
commit | 11c70968024aeae3d3972affe355ea7154cbc39a (patch) | |
tree | 2a83be30edcb15688935007d2ef144cdf55044a5 /audio/autotalent | |
parent | 64d4c207e7cfd2836692d096eae6c6675eb83352 (diff) | |
download | freebsd-ports-gnome-11c70968024aeae3d3972affe355ea7154cbc39a.tar.gz freebsd-ports-gnome-11c70968024aeae3d3972affe355ea7154cbc39a.tar.zst freebsd-ports-gnome-11c70968024aeae3d3972affe355ea7154cbc39a.zip |
fix installing when LOCALBASE != PREFIX
Diffstat (limited to 'audio/autotalent')
-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> |