- 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)
This commit is contained in:
Rong-En Fan 2006-08-07 03:16:50 +00:00
parent 68bcf132a5
commit 29bf209934
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169891

View File

@ -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: