svn commit: r417618 - head/math/py-theano

Antoine Brodin antoine at FreeBSD.org
Sun Jun 26 20:43:15 UTC 2016


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>


More information about the svn-ports-head mailing list