1
0
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:
Pav Lucistnik 2004-01-05 20:35:28 +00:00
parent bc4f34cad3
commit 0bb764c0bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97401
2 changed files with 8 additions and 0 deletions

View File

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

View File

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