From ba01dcfe3e66af6d87e5509d4c572e7779f03f52 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Wed, 3 Sep 2003 11:31:16 +0000 Subject: Bring up to date by using USE_ZOPE (and thus using the correct python version), and ignoring an error in the compilation process. --- www/zope-cmfforum/Makefile | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'www/zope-cmfforum') diff --git a/www/zope-cmfforum/Makefile b/www/zope-cmfforum/Makefile index 93ecd73784c1..044964b9cf0e 100644 --- a/www/zope-cmfforum/Makefile +++ b/www/zope-cmfforum/Makefile @@ -16,26 +16,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= nbm@FreeBSD.org COMMENT= A forum for ZOPE CMF with file attachments -RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \ - ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf +RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFDefault/__init__.py:${PORTSDIR}/www/zope-cmf USE_PYTHON= yes +USE_ZOPE= yes DIST_SUBDIR= zope WRKSRC= ${WRKDIR}/CMFForum -# You can change this in the environment if you like. -SZOPEBASEDIR?= www/Zope - -# Don't change these -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -ZOPEPRODUCTNAME= -ZOPEPRODUCTDIR= lib/python/Products - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} - do-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ -- cgit v1.2.3