Update MASTER_SITES and contents of Makefile & pkg-descr
PR: ports/70256 Submitted by: Jose Liang (maintainer)
This commit is contained in:
parent
790671b0a0
commit
e1105008c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115934
2 changed files with 10 additions and 13 deletions
|
@ -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\
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue