ports/56848: Update port: www/geeklog

KATO Tsuguru tkato at prontomail.com
Sun Sep 14 07:03:03 UTC 2003


>Number:         56848
>Category:       ports
>Synopsis:       Update port: www/geeklog
>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 Sep 14 00:01:07 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- ECHO -> ECHO_MSG

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/geeklog/Makefile www/geeklog/Makefile
--- /usr/ports/www/geeklog/Makefile	Sat Aug 16 13:27:28 2003
+++ www/geeklog/Makefile	Sun Sep 14 13:21:31 2003
@@ -28,14 +28,14 @@
 	${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/articles
 	${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/images/userphotos
 	${CHMOD} -R 775 ${APACHEDIR}/geeklog/public_html/backend
-	@${ECHO} ""
-	@${ECHO} "***********************************************************************"
-	@${ECHO} "* You now need to create the database that you want GeekLog           *"
-	@${ECHO} "* to reside in.                                                       *"
-	@${ECHO} "* Then edit the config.php file to your needs.                        *"
-	@${ECHO} "* Once you have done that, the goto                                   *"
-	@${ECHO} "* http://<your_website>/geeklog/public_html/admin/install/install.php *"
-	@${ECHO} "* And follow the instructions, then you are done!!                    *"
-	@${ECHO} "***********************************************************************"
+	@${ECHO_MSG} ""
+	@${ECHO_MSG} "***********************************************************************"
+	@${ECHO_MSG} "* You now need to create the database that you want GeekLog           *"
+	@${ECHO_MSG} "* to reside in.                                                       *"
+	@${ECHO_MSG} "* Then edit the config.php file to your needs.                        *"
+	@${ECHO_MSG} "* Once you have done that, the goto                                   *"
+	@${ECHO_MSG} "* http://<your_website>/geeklog/public_html/admin/install/install.php *"
+	@${ECHO_MSG} "* And follow the instructions, then you are done!!                    *"
+	@${ECHO_MSG} "***********************************************************************"
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list