aboutsummaryrefslogtreecommitdiff
path: root/www/wordpress
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-21 21:56:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-21 21:56:25 +0000
commit37092d0f5ffc6ab6108f77c267c21a1707e37eab (patch)
tree86f0bb4d67538a743fc7087ce7810caa74e2e4ed /www/wordpress
parentc6fafae8d8f4438354008aaab3ebf5a5218a87ab (diff)
downloadports-37092d0f5ffc6ab6108f77c267c21a1707e37eab.tar.gz
ports-37092d0f5ffc6ab6108f77c267c21a1707e37eab.zip
- Fix plist after recent php changes
Notes
Notes: svn path=/head/; revision=163017
Diffstat (limited to 'www/wordpress')
-rw-r--r--www/wordpress/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile
index 73aa64be91ff..493239f1c460 100644
--- a/www/wordpress/Makefile
+++ b/www/wordpress/Makefile
@@ -36,7 +36,8 @@ pre-install:
${SED} -e 's|^|${WORDPRESS}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm ${WORDPRESS}/|' >> ${PLIST} \
- && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST}
+ && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST} \
+ && ${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
if [! -f ${WRKSRC}/wp-config-sample.php]; then ${CP} \
${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi