- Fix plist after recent php changes

This commit is contained in:
Pav Lucistnik 2006-05-21 21:47:58 +00:00
parent 01ffad2eff
commit de5fec048d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163010
4 changed files with 5 additions and 1 deletions

View file

@ -27,7 +27,8 @@ pre-install:
${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm ${WEBSVNDIR}/|' >> ${PLIST} \
&& ${ECHO_CMD} @dirrm ${WEBSVNDIR} >> ${PLIST}
&& ${ECHO_CMD} @dirrm ${WEBSVNDIR} >> ${PLIST} \
&& ${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
do-install:
${MKDIR} ${PREFIX}/${WEBSVNDIR}

View file

@ -196,3 +196,4 @@ www/data/uebimiau/upload.php
@dirrm www/data/uebimiau/docs
@dirrm www/data/uebimiau/database
@dirrm www/data/uebimiau
@dirrmtry www/data

View file

@ -53,3 +53,4 @@
@dirrm %%MYADMDIR%%/images
@dirrm %%MYADMDIR%%/contrib
@dirrm %%MYADMDIR%%
@dirrmtry www/data

View file

@ -71,3 +71,4 @@ etc/webfwlog.conf.sample
%%PORTDOCS%%@dirrm %%DOCSDIR%%/mysql
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
@dirrmtry www/data