aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-07 11:16:50 +0800
committerrafan <rafan@FreeBSD.org>2006-08-07 11:16:50 +0800
commit257be415a76851851958ec8b8c5cfaae485cf2ee (patch)
tree459169bf5fccb0872e7bd5493ca2fc6a26bb741f /www
parent159ab93ed548172a6950fa7b6d5b0f087458c94d (diff)
downloadfreebsd-ports-gnome-257be415a76851851958ec8b8c5cfaae485cf2ee.tar.gz
freebsd-ports-gnome-257be415a76851851958ec8b8c5cfaae485cf2ee.tar.zst
freebsd-ports-gnome-257be415a76851851958ec8b8c5cfaae485cf2ee.zip
- Fix [ syntax, bump PORTREVISION
PR: ports/101461 Submitted by: Babak Farrokhi <babak at farrokhi.net> Approved by: Yuan-Chung Hsiao <ychsiao at ychsiao.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/wordpress/Makefile3
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: