diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-02 01:23:56 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-02 01:23:56 +0800 |
commit | 0a7f141daebb4b9c605e51859e304ca51fdc349c (patch) | |
tree | 18d0d5008ee2f7970d768204f327f24e877ad304 /irc/xchat | |
parent | 0f9c927eb046a578696e3f99801b452898c44d7f (diff) | |
download | freebsd-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/Makefile | 2 |
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> |