diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-08-11 16:16:47 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-08-11 16:16:47 +0000 |
commit | e1105008c8e707d73739b08d5972502cda28b42f (patch) | |
tree | 36ca6fb338fe9d9752e3fb77715cf41965fa64f5 /www/simplog | |
parent | 790671b0a0f846b5850343ddb105a177aec96e3e (diff) | |
download | ports-e1105008c8e707d73739b08d5972502cda28b42f.tar.gz ports-e1105008c8e707d73739b08d5972502cda28b42f.zip |
Notes
Diffstat (limited to 'www/simplog')
-rw-r--r-- | www/simplog/Makefile | 20 | ||||
-rw-r--r-- | www/simplog/pkg-descr | 3 |
2 files changed, 10 insertions, 13 deletions
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 |