mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
fix installing when LOCALBASE != PREFIX
This commit is contained in:
parent
91687002de
commit
7fe78d9f81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272707
@ -40,6 +40,7 @@ post-configure:
|
||||
|
||||
# This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/Input
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/bmp/Input
|
||||
${INSTALL_DATA} ${WRKSRC}/src/plugin_bmp/.libs/libbmp-flac.so ${PREFIX}/lib/bmp/Input
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -32,6 +32,7 @@ post-patch:
|
||||
's|-D.*_DISABLE_DEPRECATED||g'
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${PLUGDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/${PLUGFILE} ${PREFIX}/${PLUGDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -30,6 +30,7 @@ PLUGDIR?= lib/bmp/Input
|
||||
PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/${PLUGDIR}/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so ${PREFIX}/${PLUGDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user