svn commit: r349862 - head/irc/xchat
Antoine Brodin
antoine at FreeBSD.org
Tue Apr 1 17:23:57 UTC 2014
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>
More information about the svn-ports-head
mailing list