- Add NO_ARCH
- Switch to options helpers - Silence post-patch - Switch to plist owner/perm handling, fixing build from non-root PR: 203565 Submitted by: amdmi3 Approved by: maintainer timeout (lwhsu, 2 weeks)
This commit is contained in:
parent
464b717938
commit
a7c31bfbbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400032
2 changed files with 16 additions and 14 deletions
|
@ -21,22 +21,20 @@ SNAPSHOT= 20140207
|
|||
USE_PHP= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
|
||||
.if ${PORT_OPTIONS:MCALLGRAPH}
|
||||
USES+= python
|
||||
RUN_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz
|
||||
.endif
|
||||
CALLGRAPH_USES= python
|
||||
CALLGRAPH_RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,/usr/bin/python,/usr/local/bin/python,' ${WRKSRC}/config.php
|
||||
post-patch-CALLGRAPH-on:
|
||||
@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' ${WRKSRC}/config.php
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${WWWDIR}
|
||||
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "*" ${STAGEDIR}${WWWDIR} "! -name *.bak")
|
||||
|
||||
@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
|
||||
@${FIND} ${STAGEDIR}${WWWDIR} -type f -exec ${CHMOD} 0444 {} \;
|
||||
@${FIND} ${STAGEDIR}${WWWDIR} -type d -exec ${CHMOD} 0755 {} \;
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
@owner %%WWWOWN%%
|
||||
@group %%WWWGRP%%
|
||||
%%WWWDIR%%/README.md
|
||||
%%WWWDIR%%/config.php
|
||||
%%WWWDIR%%/img/asc.gif
|
||||
|
@ -38,9 +40,11 @@
|
|||
%%WWWDIR%%/styles/style.css
|
||||
%%WWWDIR%%/templates/fileviewer.phtml
|
||||
%%WWWDIR%%/templates/index.phtml
|
||||
@dirrm %%WWWDIR%%/templates
|
||||
@dirrm %%WWWDIR%%/styles
|
||||
@dirrm %%WWWDIR%%/library
|
||||
@dirrm %%WWWDIR%%/js
|
||||
@dirrm %%WWWDIR%%/img
|
||||
@dirrm %%WWWDIR%%
|
||||
@dir %%WWWDIR%%/templates
|
||||
@dir %%WWWDIR%%/styles
|
||||
@dir %%WWWDIR%%/library
|
||||
@dir %%WWWDIR%%/js
|
||||
@dir %%WWWDIR%%/img
|
||||
@dir %%WWWDIR%%
|
||||
@owner
|
||||
@group
|
||||
|
|
Loading…
Reference in a new issue