svn commit: r421804 - head/textproc/py-cloud_sptheme

Antoine Brodin antoine at FreeBSD.org
Sun Sep 11 07:14:12 UTC 2016


Author: antoine
Date: Sun Sep 11 07:14:10 2016
New Revision: 421804
URL: https://svnweb.freebsd.org/changeset/ports/421804

Log:
  Make usable as a regular user

Modified:
  head/textproc/py-cloud_sptheme/Makefile

Modified: head/textproc/py-cloud_sptheme/Makefile
==============================================================================
--- head/textproc/py-cloud_sptheme/Makefile	Sun Sep 11 06:54:36 2016	(r421803)
+++ head/textproc/py-cloud_sptheme/Makefile	Sun Sep 11 07:14:10 2016	(r421804)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cloud_sptheme
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -42,7 +43,7 @@ DOC_FILES4=	*.css *.gif *.js *.png *.svg
 OPTIONS_DEFINE=	DOCS
 
 post-extract:
-	@${CHMOD} 644 ${WRKSRC}/cloud_sptheme/themes/greencloud/theme.conf
+	@${CHMOD} -R a+rX ${WRKSRC}
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2}


More information about the svn-ports-head mailing list