summaryrefslogtreecommitdiff
path: root/www/zope28/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-12 17:48:19 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-12 17:48:19 +0000
commite741dc2b468b1433be70f497e22767dc5da0a660 (patch)
treeb14ec0e9aba778590f44425075a19264886fb6de /www/zope28/Makefile
parentUpdate to 0.99.5. (diff)
Updated to 2.6.0. Simon, you forgot to remove the temp files before making
the plist ;) PR: 46168 Submitted by: Simon 'corecode' Schubert <corecode@eikonww2.eikon.e-technik.tu-muenchen.de>
Notes
Notes: svn path=/head/; revision=72978
Diffstat (limited to 'www/zope28/Makefile')
-rw-r--r--www/zope28/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/www/zope28/Makefile b/www/zope28/Makefile
index dff4a8834605..31ec2ea7089b 100644
--- a/www/zope28/Makefile
+++ b/www/zope28/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= zope
-PORTVERSION= 2.5.1
-PORTREVISION= 2
+PORTVERSION= 2.6.0
CATEGORIES= www python zope
MASTER_SITES= http://www.zope.org/Products/Zope/${PORTVERSION}/
DISTNAME= Zope-${PORTVERSION}-src
@@ -16,7 +15,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= alane@FreeBSD.org
USE_PYTHON= yes
-PYTHON_VERSION= python2.1
DIST_SUBDIR= zope
@@ -54,14 +52,6 @@ PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} \
# If we have to create it, call it -dist to emphasize that the port
# set it up. <alane>
-pre-everything:
- @if test ! -d ${CGIBINDIR}; then \
- ${ECHO_CMD} "The directory for Zope's CGI scripts does"\
- "not exist, so I will create it.";\
- ${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\
- ${ECHO_CMD} ;\
- ${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi
-
pre-install:
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
@@ -69,6 +59,12 @@ pre-install:
# since in there, Zope can live on its own. I can use Zope's own building
# mechanism.
do-install:
+ @if test ! -d ${CGIBINDIR}; then \
+ ${ECHO_CMD} "The directory for Zope's CGI scripts does"\
+ "not exist, so I will create it.";\
+ ${ECHO_CMD} "They will be placed in ${CGIBINDIR}.";\
+ ${ECHO_CMD} ;\
+ ${MKDIR} ${CGIBINDIR}; ${CHMOD} 0755 ${CGIBINDIR}; fi
@if [ -e ${ZOPEBASEDIR}/var/Data.fs ] ; then \
${ECHO} "Saving existing Database to ${ZOPEBASEDIR}/var/Data.fs.preserve." ; \
${MV} ${ZOPEBASEDIR}/var/Data.fs ${ZOPEBASEDIR}/var/Data.fs.preserve; \