diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-23 08:13:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-23 08:13:09 +0000 |
commit | 5940b22f447cb733f1403ae50e2533162047e651 (patch) | |
tree | 17331d99d81c9755cca28a3caf80a28889dfe6e4 /www/twiki/Makefile | |
parent | c075f544de0ffb31419df73f4985099bef42831e (diff) | |
download | ports-5940b22f447cb733f1403ae50e2533162047e651.tar.gz ports-5940b22f447cb733f1403ae50e2533162047e651.zip |
Notes
Diffstat (limited to 'www/twiki/Makefile')
-rw-r--r-- | www/twiki/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/twiki/Makefile b/www/twiki/Makefile index d57acb3e9287..287417d680ad 100644 --- a/www/twiki/Makefile +++ b/www/twiki/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twiki -PORTVERSION= 4.0.5 +PORTVERSION= 4.1.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://twiki.org/p/pub/Codev/Release/ \ @@ -18,8 +18,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= farrokhi@FreeBSD.org COMMENT= A flexible, powerful, and easy to use Web-based collaboration platform -BROKEN= Incomplete pkg-plist - NO_WRKSUBDIR= yes NO_BUILD= yes @@ -38,16 +36,13 @@ pre-everything:: @${ECHO} "* This software can't be upgraded automatically without *" @${ECHO} "* damaging data in your wiki! *" @${ECHO} "****************************************************************" - @sleep 10 + @sleep 1 post-patch: @${REINPLACE_CMD} -i "" -e "s|\/home\/httpd\/twiki|${TWIKIDIR}|g" \ ${WRKSRC}/twiki_httpd_conf.txt @${REINPLACE_CMD} -i "" -e "s|\/home\/httpd\/twiki|${TWIKIDIR}|g" \ ${WRKSRC}/lib/LocalSite.cfg.txt - @${REINPLACE_CMD} -i "" -e "s|\/home\/httpd\/twiki|${TWIKIDIR}|g" \ - ${WRKSRC}/lib/TWiki.cfg - @${CP} ${WRKSRC}/lib/TWiki.cfg ${WRKSRC}/lib/TWiki.cfg.sample do-install: ${INSTALL} -d -m 0755 ${TWIKIDIR} |