Date: Sun, 11 Sep 2016 07:14:10 +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: r421804 - head/textproc/py-cloud_sptheme Message-ID: <201609110714.u8B7EAjU054083@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110714.u8B7EAjU054083>