diff options
author | pav <pav@FreeBSD.org> | 2004-01-06 04:35:28 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-06 04:35:28 +0800 |
commit | 66164a549fcf04661f7c06a6bea301a8cb100a3c (patch) | |
tree | 622b28770ecdc977bf4d23295075c457828fdabf /irc/xchat2 | |
parent | 4effda5f2367c78b74b6da9af731e34d21d12599 (diff) | |
download | freebsd-ports-gnome-66164a549fcf04661f7c06a6bea301a8cb100a3c.tar.gz freebsd-ports-gnome-66164a549fcf04661f7c06a6bea301a8cb100a3c.tar.zst freebsd-ports-gnome-66164a549fcf04661f7c06a6bea301a8cb100a3c.zip |
- Always create plugins directory
Submitted by: arved
Diffstat (limited to 'irc/xchat2')
-rw-r--r-- | irc/xchat2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.post.mk> |