From 7ff6eefa6f3926461062c24b79cb5c4b38e2c717 Mon Sep 17 00:00:00 2001 From: tsarna Date: Fri, 16 Apr 1999 06:27:41 +0000 Subject: Update to 1.10.2 --- www/zope/Makefile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'www/zope/Makefile') diff --git a/www/zope/Makefile b/www/zope/Makefile index 46e0bbbc290..a040736a9b1 100644 --- a/www/zope/Makefile +++ b/www/zope/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.6 1999/03/08 10:53:58 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/16 06:27:41 tsarna Exp $ # -DISTNAME= Zope-1.9.0-src -PKGNAME= zope-1.9.0 +DISTNAME= Zope-1.10.2-src +PKGNAME= zope-1.10.2 CATEGORIES= www -MASTER_SITES= http://www.zope.org/Download/Releases/Zope-1.9.0/ +MASTER_SITES= http://www.zope.org/Download/Releases/Zope-1.10.2/ +EXTRACT_SUFX= .tgz MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://www.zope.org/ -DEPENDS+= python-1.5.1:../../lang/python +DEPENDS+= python-1.5.2:../../lang/python PLIST_SRC= ${WRKDIR}/.PLIST_SRC @@ -18,8 +19,8 @@ ZOPEDIR= ${PREFIX}/zope do-configure: ${SED} -e "s,@PREFIX@,${PREFIX}," \ <${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile - (cd ${WRKSRC}; rm -rf lib/Components/zlib) - (cd ${WRKSRC}; ${MAKE} configure) + (cd ${WRKSRC}; ${RM} -rf lib/Components/zlib) + (cd ${WRKSRC}; make configure) do-install: ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC} -- cgit v1.2.3