Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2014 17:23:56 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349862 - head/irc/xchat
Message-ID:  <201404011723.s31HNuu4089759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Apr  1 17:23:56 2014
New Revision: 349862
URL: http://svnweb.freebsd.org/changeset/ports/349862
QAT: https://qat.redports.org/buildarchive/r349862/

Log:
  Don't violate stagedir
  
  Reported by:	poudriere
  With hat:	portmgr

Modified:
  head/irc/xchat/Makefile

Modified: head/irc/xchat/Makefile
==============================================================================
--- head/irc/xchat/Makefile	Tue Apr  1 16:29:22 2014	(r349861)
+++ head/irc/xchat/Makefile	Tue Apr  1 17:23:56 2014	(r349862)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404011723.s31HNuu4089759>