fix installing when LOCALBASE != PREFIX

This commit is contained in:
Baptiste Daroussin 2011-04-14 06:43:16 +00:00
parent 2425ebd05f
commit 91687002de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272706
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ post-patch:
s|dummy audacious|&2|g' ${WRKSRC}/configure
do-install:
@${MKDIR} ${PREFIX}/${PLUGDIR}/
${INSTALL_PROGRAM} ${WRKSRC}/.libs/libcrossfade.so ${PREFIX}/${PLUGDIR}/
.ifndef NOPORTDOCS
@${INSTALL} -d ${DOCSDIR}/

View File

@ -43,6 +43,7 @@ do-build:
${EXTRA_LDFLAGS}
do-install:
@${MKDIR} ${PLUGINS_DIR}
cd ${WRKSRC}; ${INSTALL_DATA} libmp4.so ${PLUGINS_DIR}
.include <bsd.port.post.mk>