- Enable ZOPE directory variables to be overridden in make.conf.
- Install 3rd party products to the right place. PR: 65608 Submitted by: Gerhard Sschmidt <estartu@augusta.de>
This commit is contained in:
parent
23e7506e5e
commit
895e1124bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107546
1 changed files with 2 additions and 9 deletions
|
@ -115,10 +115,6 @@ Python_Include_MAINTAINER= perky@FreeBSD.org
|
|||
_PYTHON_PORTBRANCH= 2.3
|
||||
_PYTHON_ALLBRANCHES= 2.3 2.2 2.1 2.0 1.5 2.4 # preferred first
|
||||
|
||||
.if defined(USE_ZOPE)
|
||||
PYTHON_VERSION= python2.3
|
||||
.endif
|
||||
|
||||
.if defined(PYTHON_VERSION)
|
||||
_PYTHON_VERSION!= echo "${PYTHON_VERSION}" | ${SED} 's/^python//'
|
||||
_PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_VERSION}
|
||||
|
@ -295,12 +291,9 @@ PYDISTUTILS_INSTALLARGS?= -c -O1 --prefix=${PREFIX}
|
|||
|
||||
# Zope specific variables
|
||||
.if defined(USE_ZOPE)
|
||||
# You can change this in the environment if you like
|
||||
SZOPEBASEDIR?= www/Zope
|
||||
# Don't change these. You'll probably want to define ZOPEPRODUCTNAME,
|
||||
# too, but that is port-specific.
|
||||
ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR}
|
||||
ZOPEPRODUCTDIR= lib/python/Products
|
||||
ZOPEBASEDIR?= ${PREFIX}/${SZOPEBASEDIR}
|
||||
ZOPEPRODUCTDIR?= Products
|
||||
.endif
|
||||
|
||||
.if defined(PYTHON_REL) && ${PYTHON_REL} < 200
|
||||
|
|
Loading…
Reference in a new issue