1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

fix installing when LOCALBASE != PREFIX

This commit is contained in:
Baptiste Daroussin 2011-04-14 07:24:38 +00:00
parent 94932f9ebb
commit 34d6bfea93
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272710

View File

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