aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-07-31 23:38:02 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-07-31 23:38:02 +0000
commit5a8b7866e9d23c43d8e39448f3a2f520b3d314a7 (patch)
tree89113d158e42b96a6e31c5546eb531568417a3b1
parent2e9c02f19095d474dd148bf5ec151d382e10e9e7 (diff)
downloadports-5a8b7866e9d23c43d8e39448f3a2f520b3d314a7.tar.gz
ports-5a8b7866e9d23c43d8e39448f3a2f520b3d314a7.zip
Notes
-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