diff options
author | pav <pav@FreeBSD.org> | 2004-01-05 20:35:28 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-05 20:35:28 +0000 |
commit | 66164a549fcf04661f7c06a6bea301a8cb100a3c (patch) | |
tree | 622b28770ecdc977bf4d23295075c457828fdabf /irc/xchat-gnome | |
parent | 4effda5f2367c78b74b6da9af731e34d21d12599 (diff) | |
download | FreeBSD-ports-66164a549fcf04661f7c06a6bea301a8cb100a3c.zip FreeBSD-ports-66164a549fcf04661f7c06a6bea301a8cb100a3c.tar.gz |
- Always create plugins directory
Submitted by: arved
Diffstat (limited to 'irc/xchat-gnome')
-rw-r--r-- | irc/xchat-gnome/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 315a3b6..fda6636 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/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 <bsd.port.post.mk> |