aboutsummaryrefslogtreecommitdiff
path: root/german
diff options
context:
space:
mode:
Diffstat (limited to 'german')
-rw-r--r--german/wordpress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/german/wordpress/Makefile b/german/wordpress/Makefile
index 479b53704815..bb2e18b208ba 100644
--- a/german/wordpress/Makefile
+++ b/german/wordpress/Makefile
@@ -8,6 +8,7 @@
PORTNAME= wordpress
PORTVERSION= 2.0.4
+PORTREVISION= 1
CATEGORIES= german www
MASTER_SITES= http://files.wordpress.de/uploads/
PKGNAMEPREFIX= de-
@@ -38,8 +39,7 @@ pre-install:
${SED} -e 's|^|${WORDPRESS}/|' > ${PLIST} \
&& ${FIND} -d * -type d | \
${SED} -e 's|^|@dirrm ${WORDPRESS}/|' >> ${PLIST} \
- && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST} \
- && ${ECHO_CMD} @dirrmtry www >> ${PLIST}
+ && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST}
if [! -f ${WRKSRC}/wp-config-sample.php]; then ${CP} \
${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi