aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-04-02 01:23:56 +0800
committerantoine <antoine@FreeBSD.org>2014-04-02 01:23:56 +0800
commit0a7f141daebb4b9c605e51859e304ca51fdc349c (patch)
tree18d0d5008ee2f7970d768204f327f24e877ad304 /irc/xchat
parent0f9c927eb046a578696e3f99801b452898c44d7f (diff)
downloadfreebsd-ports-gnome-0a7f141daebb4b9c605e51859e304ca51fdc349c.tar.gz
freebsd-ports-gnome-0a7f141daebb4b9c605e51859e304ca51fdc349c.tar.zst
freebsd-ports-gnome-0a7f141daebb4b9c605e51859e304ca51fdc349c.zip
Don't violate stagedir
Reported by: poudriere With hat: portmgr
Diffstat (limited to 'irc/xchat')
-rw-r--r--irc/xchat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile
index 032b7f06d835..fafa259201d7 100644
--- a/irc/xchat/Makefile
+++ b/irc/xchat/Makefile
@@ -107,6 +107,6 @@ post-patch:
# Create plugins directory even when no plugins are installed
post-install:
- @${MKDIR} ${PREFIX}/lib/xchat/plugins
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins
.include <bsd.port.mk>