Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2006 15:22:36 +0330
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/101461: [update] port www/wordpress - fix Makefile
Message-ID:  <1154865156.17101@starfish.datak.net>
Resent-Message-ID: <200608061200.k76C0W00071532@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         101461
>Category:       ports
>Synopsis:       [update] port www/wordpress - fix Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 06 12:00:31 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.1-STABLE #0: Mon Jul 24 11:42:49 IRST 2006
    root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH



>Description:


-  [! -> [ !


>How-To-Repeat:





>Fix:


--- wordpress.patch begins here ---
diff -ruN wordpress.orig/Makefile wordpress/Makefile
--- wordpress.orig/Makefile	Sun Aug  6 15:20:13 2006
+++ wordpress/Makefile	Sun Aug  6 15:20:35 2006
@@ -38,7 +38,7 @@
 		${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:
--- wordpress.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1154865156.17101>