fix installing when LOCALBASE != PREFIX

This commit is contained in:
Baptiste Daroussin 2011-04-14 06:34:30 +00:00
parent 165b6c1b0f
commit 2425ebd05f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272705

View File

@ -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>