mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Always create plugins directory
Submitted by: arved
This commit is contained in:
parent
bc4f34cad3
commit
0bb764c0bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97401
@ -89,4 +89,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
# Create plugins directory even when no plugins are installed
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/xchat/plugins
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -89,4 +89,8 @@ post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
# Create plugins directory even when no plugins are installed
|
||||
post-install:
|
||||
@${MKDIR} ${PREFIX}/lib/xchat/plugins
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user