diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:36:50 +0000 |
commit | 85fbf21ec594128ff43c71f34d84d4c02ecf7fa7 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/trac-announcer | |
parent | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Notes
Notes:
svn path=/head/; revision=327776
Diffstat (limited to 'www/trac-announcer')
-rw-r--r-- | www/trac-announcer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/trac-announcer/Makefile b/www/trac-announcer/Makefile index 607bbd82b5f3..41b5386335ae 100644 --- a/www/trac-announcer/Makefile +++ b/www/trac-announcer/Makefile @@ -32,6 +32,7 @@ PLIST_FILES+= %%PYTHON_SITELIBDIR%%/AnnouncerPlugin-${EGG_VER}-py%%PYTHONVERSION # We must fix file permissions -- ZIP file have 0000 for every file. # Directory permissions are fine (they aren't stored inside ZIP # file), but we set them too -- just in case. +NO_STAGE= yes post-extract: @${FIND} ${WRKSRC} -type f | ${XARGS} ${CHMOD} 644 @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755 |