summaryrefslogtreecommitdiff
path: root/irc/xchat
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-01 17:23:56 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-01 17:23:56 +0000
commitc35f26d77a55b26936fb8f84f14bb511c6788912 (patch)
tree18d0d5008ee2f7970d768204f327f24e877ad304 /irc/xchat
parent- Update to 20131003 (diff)
Don't violate stagedir
Reported by: poudriere With hat: portmgr
Notes
Notes: svn path=/head/; revision=349862
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>