diff options
author | vanilla <vanilla@FreeBSD.org> | 2004-02-17 01:09:17 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2004-02-17 01:09:17 +0800 |
commit | 4c46869465b3f1b39b2aba884929c89ae9695c39 (patch) | |
tree | 79a268dfa922f6475c33c21b09c09bce00a99eb2 /www/zope-parsedxml/Makefile | |
parent | eab1cc4896b4d85244ff3c0d51963e20d621f996 (diff) | |
download | freebsd-ports-graphics-4c46869465b3f1b39b2aba884929c89ae9695c39.tar.gz freebsd-ports-graphics-4c46869465b3f1b39b2aba884929c89ae9695c39.tar.zst freebsd-ports-graphics-4c46869465b3f1b39b2aba884929c89ae9695c39.zip |
use ZOPEPRODUCTDIR on pkg-plist.
Agreed by: maintainer.
Diffstat (limited to 'www/zope-parsedxml/Makefile')
-rw-r--r-- | www/zope-parsedxml/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/zope-parsedxml/Makefile b/www/zope-parsedxml/Makefile index e7317de7373..a7659636a99 100644 --- a/www/zope-parsedxml/Makefile +++ b/www/zope-parsedxml/Makefile @@ -17,19 +17,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= x@Vex.Net COMMENT= ParsedXML - access and manipulated XML documents within Zope -RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope \ - ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml +RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml -USE_PYTHON= yes -USE_ZOPE= yes +USE_PYTHON= yes +USE_ZOPE= yes DIST_SUBDIR= zope ZOPEPRODUCTNAME= ParsedXML -# yes, some of us are running zope on python 2.2 -#PYTHON_VERSION= python2.2 - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} CPIO= cpio --quiet -pdum -R |