aboutsummaryrefslogtreecommitdiff
path: root/www/twiki/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-12 19:54:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-12 19:54:44 +0000
commita11c2b52ecc521dd3a873e5ca75dec9b6df377a5 (patch)
treed0f180c9a72518c27dc195768b524507b352c52f /www/twiki/Makefile
parenta5cc8211da63a41c36fc77379883281b6e70685c (diff)
downloadports-a11c2b52ecc521dd3a873e5ca75dec9b6df377a5.tar.gz
ports-a11c2b52ecc521dd3a873e5ca75dec9b6df377a5.zip
- Update to 20040901
- Warning for people with existing installation: don't portupgrade this port! Manual intervention is needed. Display pre-everything banner with this too. PR: ports/72547 Submitted by: Lars Eggert <lars.eggert@gmx.net> Approved by: Justin Hawkins <justin@hawkins.id.au> (maintainer)
Notes
Notes: svn path=/head/; revision=121475
Diffstat (limited to 'www/twiki/Makefile')
-rw-r--r--www/twiki/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/www/twiki/Makefile b/www/twiki/Makefile
index d3a66af03e00..288e4f8bf8b8 100644
--- a/www/twiki/Makefile
+++ b/www/twiki/Makefile
@@ -6,16 +6,15 @@
#
PORTNAME= twiki
-PORTVERSION= 20030201
-PORTREVISION= 0
+PORTVERSION= 20040901
CATEGORIES= www
MASTER_SITES= http://twiki.org/swd/ http://www.thoeny.com/peter/twiki/
-DISTNAME= TWiki${PORTVERSION}
+DISTNAME= TWiki${PORTVERSION}
MAINTAINER= justin@hawkins.id.au
-COMMENT= A flexible, powerful, and easy to use Web-based collaboration platform
+COMMENT= A flexible, powerful, and easy to use Web-based collaboration platform
-NO_WRKSUBDIR= yes
+NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_ZIP= yes
@@ -24,6 +23,16 @@ LTWIKIDIR= www/twiki
TWIKIDIR= ${PREFIX}/${LTWIKIDIR}
+WWW_ROOT?= www
+PLIST_SUB+= WWW_ROOT=${WWW_ROOT}
+
+pre-everything::
+ @${ECHO} "****************************************************************"
+ @${ECHO} "* If you're upgrading, Ctrl-C now and do the upgrade by hand. *"
+ @${ECHO} "* This software can't be upgraded automatically without *"
+ @${ECHO} "* damaging data in your wiki! *"
+ @${ECHO} "****************************************************************"
+
pre-configure:
# move config file to sample
@${MV} ${WRKSRC}/lib/TWiki.cfg ${WRKSRC}/lib/TWiki.cfg.sample