Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2016 20:43:14 +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: r417618 - head/math/py-theano
Message-ID:  <201606262043.u5QKhEMm057942@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jun 26 20:43:14 2016
New Revision: 417618
URL: https://svnweb.freebsd.org/changeset/ports/417618

Log:
  Allow use as a regular user
  
  Reported by:	 pkg-fallout

Modified:
  head/math/py-theano/Makefile

Modified: head/math/py-theano/Makefile
==============================================================================
--- head/math/py-theano/Makefile	Sun Jun 26 20:39:01 2016	(r417617)
+++ head/math/py-theano/Makefile	Sun Jun 26 20:43:14 2016	(r417618)
@@ -3,6 +3,7 @@
 
 PORTNAME=	theano
 PORTVERSION=	0.8.0
+PORTREVISION=	1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP/source/T/Theano
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,4 +21,7 @@ USE_PYTHON=	concurrent distutils autopli
 SUB_FILES=	pkg-message
 SUB_LIST=	CXX=${CXX}
 
+post-extract:
+	@${CHMOD} -R a+rX ${WRKSRC}
+
 .include <bsd.port.mk>



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