From 66164a549fcf04661f7c06a6bea301a8cb100a3c Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 5 Jan 2004 20:35:28 +0000 Subject: - Always create plugins directory Submitted by: arved --- irc/xchat2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'irc/xchat2') diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 315a3b6b1097..fda663659009 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -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 -- cgit