diff options
author | antoine <antoine@FreeBSD.org> | 2016-09-11 15:14:10 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-09-11 15:14:10 +0800 |
commit | cd1915b3d87f18b7a42c912a7ca2412a5055d567 (patch) | |
tree | 72506297e10b846e8fc1b2803ad27e3f51d8c737 /textproc | |
parent | b141be38eb0f149dc3e26e4d06b651cdbadc2440 (diff) | |
download | freebsd-ports-gnome-cd1915b3d87f18b7a42c912a7ca2412a5055d567.tar.gz freebsd-ports-gnome-cd1915b3d87f18b7a42c912a7ca2412a5055d567.tar.zst freebsd-ports-gnome-cd1915b3d87f18b7a42c912a7ca2412a5055d567.zip |
Make usable as a regular user
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-cloud_sptheme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-cloud_sptheme/Makefile b/textproc/py-cloud_sptheme/Makefile index a841939f738d..84679b579e54 100644 --- a/textproc/py-cloud_sptheme/Makefile +++ b/textproc/py-cloud_sptheme/Makefile @@ -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} |