Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 May 2015 22:00:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385694 - head/games/xtet42
Message-ID:  <201505072200.t47M09gB099308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May  7 22:00:08 2015
New Revision: 385694
URL: https://svnweb.freebsd.org/changeset/ports/385694

Log:
  - Fix build from non-root
  
  Approved by:	portmgr blanket

Modified:
  head/games/xtet42/Makefile

Modified: head/games/xtet42/Makefile
==============================================================================
--- head/games/xtet42/Makefile	Thu May  7 21:59:57 2015	(r385693)
+++ head/games/xtet42/Makefile	Thu May  7 22:00:08 2015	(r385694)
@@ -14,6 +14,9 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-setgid=games
 USE_XORG=	x11
 
+post-extract:
+	@${CHMOD} -R u+w ${WRKSRC}
+
 post-patch:
 	@${REINPLACE_CMD} -e 's,^hiscoredir.*,hiscoredir=${DATADIR},' \
 		${WRKSRC}/Makefile.in



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