From 6bf3458633d2717b5b8d7eb161c4adfb2c29e382 Mon Sep 17 00:00:00 2001 From: vs Date: Wed, 11 Aug 2004 16:16:47 +0000 Subject: Update MASTER_SITES and contents of Makefile & pkg-descr PR: ports/70256 Submitted by: Jose Liang (maintainer) --- www/simplog/Makefile | 20 +++++++------------- www/simplog/pkg-descr | 3 +++ 2 files changed, 10 insertions(+), 13 deletions(-) (limited to 'www') diff --git a/www/simplog/Makefile b/www/simplog/Makefile index 03cc578d2e80..fa2f47d1bfb8 100644 --- a/www/simplog/Makefile +++ b/www/simplog/Makefile @@ -8,32 +8,26 @@ PORTNAME= simplog PORTVERSION= 0.9 CATEGORIES= www -MASTER_SITES= ftp://jose.idv.tw/simplog/ +MASTER_SITES= http://simplog.jose.idv.tw/download/ MAINTAINER= jose@jose.idv.tw COMMENT= A complete and powerful blogging tool DATADIR= ${PREFIX}/www/simplog NO_BUILD= yes -USE_APACHE= yes -USE_PHP= yes WRKSRC?= ${WRKDIR}/simplog do-install: - @${ECHO} " " - @${ECHO} "**************************" - @${ECHO} "*** Installing simplog ***" - @${ECHO} "**************************" - ${MKDIR} ${DATADIR} - cd ${WRKSRC} && ${CP} -R templates install images doc cache adodb * \ + @${ECHO} "" + @${ECHO} "===> Installing simplog" + @${MKDIR} ${DATADIR} + cd ${WRKSRC} && ${CP} -R adodb cache doc images install templates * \ ${DATADIR} post-install: - @${ECHO} " " - @${ECHO} "*************************" - @${ECHO} "**** Congratulations ****" - @${ECHO} "*************************" + @${ECHO} "" + @${ECHO} "===> Congratulations" @${ECHO} "The installation of simplog is complete, please check\ README in ${DATADIR} first." @${ECHO} "For more informations, documentation is available at\ diff --git a/www/simplog/pkg-descr b/www/simplog/pkg-descr index d241f69a069b..93e185928bf2 100644 --- a/www/simplog/pkg-descr +++ b/www/simplog/pkg-descr @@ -9,3 +9,6 @@ intended for use as a personal or community weblog tool. WWW: http://www.simplog.org/ ashcraft@13monkeys.com + +- Jose Liang +jose@jose.idv.tw -- cgit