diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-09 17:17:19 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-09 17:17:19 +0000 |
commit | 1476236f6137a0e4a8544da86ded0aaee3b667a4 (patch) | |
tree | 800686d29d7d28f3b314ea7e135dcf2a7a98526a /www/geeklog/Makefile | |
parent | Update to 0.90-final. (diff) |
Update to 1.3.7.s.1
PR: 50084, 50731, 50032
Submitted by: Bob Bomar <bob@bomar.us> (maintainer), Torfinn Ingolfsen <tingo@start.no> ,
Michal Pasternak <dotz@irc.pl>
Notes
Notes:
svn path=/head/; revision=78672
Diffstat (limited to 'www/geeklog/Makefile')
-rw-r--r-- | www/geeklog/Makefile | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index df3f9d735a0b..e4b50b98b6d3 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -6,31 +6,36 @@ # PORTNAME= geeklog -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.7.s.1 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=geeklog +MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.s./sr/} -MAINTAINER= bob@fly.homeunix.org +MAINTAINER= bob@bomar.us COMMENT= GeekLog is a web content magagement system -RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +RUN_DEPENDS= ${LOCALBASE}/bin/mysql:${PORTSDIR}/databases/mysql323-client +RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 NO_BUILD= yes APACHEDIR= ${LOCALBASE}/www/data + do-install: ${MKDIR} ${APACHEDIR}/geeklog ${CP} -R ${WRKSRC}/* ${APACHEDIR}/geeklog ${CHOWN} -R www:www ${APACHEDIR}/geeklog - ${CHMOD} -R 777 ${APACHEDIR}/geeklog/logs - ${CHMOD} -R 777 ${APACHEDIR}/geeklog/public_html/backend + ${CHMOD} -R 775 ${APACHEDIR}/geeklog/logs + ${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} "* http://<your_website>/geeklog/public_html/admin/install/install.php *" @${ECHO} "* And follow the instructions, then you are done!! *" @${ECHO} "***********************************************************************" + .include <bsd.port.mk> |