diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 03:16:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-07 03:16:50 +0000 |
commit | 29bf2099340d7d8da394cf234e5e2516d80be849 (patch) | |
tree | 0e4c38a0be7a16d3265670b465c6f2758e883df8 /www/wordpress | |
parent | 68bcf132a56ad9a5925ee8fa1c8d5a60c81fa3cc (diff) |
Notes
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 42982c51c3e1..2c0f8087e25a 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -7,6 +7,7 @@ PORTNAME= wordpress PORTVERSION= 2.0.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.stu.edu.tw/pub/wordpress/ @@ -38,7 +39,7 @@ pre-install: ${SED} -e 's|^|@dirrm ${WORDPRESS}/|' >> ${PLIST} \ && ${ECHO_CMD} @dirrm ${WORDPRESS} >> ${PLIST} \ && ${ECHO_CMD} @dirrmtry www/data >> ${PLIST} - if [! -f ${WRKSRC}/wp-config-sample.php]; then ${CP} \ + if [ ! -f ${WRKSRC}/wp-config-sample.php ]; then ${CP} \ ${WRKSRC}/wp-config.php.sample ${WRKSRC}/wp-config.php; fi do-install: |