summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-28 22:34:09 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-28 22:34:09 +0000
commit81e9fe622f1031ba0243b44439b350ea25971f8f (patch)
tree6964f3e51df313c33e1985bd82c419ad1181b2e5 /www
parentChange CFLAGS to get modified in Makefile.inc, fixing the (diff)
(1) Look for ${PREFIX}/sbin/apache instead of apache.
Submitted by: David Kirchner <dpk@nwserv.com> (2) Remove CHMOD definition, we already do it in bsd.port.mk
Notes
Notes: svn path=/head/; revision=23477
Diffstat (limited to 'www')
-rw-r--r--www/zope/Makefile3
-rw-r--r--www/zope210/Makefile3
-rw-r--r--www/zope211/Makefile3
-rw-r--r--www/zope213/Makefile3
-rw-r--r--www/zope28/Makefile3
-rw-r--r--www/zope29/Makefile3
6 files changed, 6 insertions, 12 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile
index 4674d05197f7..bd9314dfbeab 100644
--- a/www/zope/Makefile
+++ b/www/zope/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl
+RUN_DEPENDS= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl
# Build has to be done in the final location after installing the sources
# there. It were a major action to fix all paths otherwise.
@@ -31,7 +31,6 @@ ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION}
CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin
APACHE_CONFDIR?= ${PREFIX}/etc/apache
PYTHON15?= ${PREFIX}/bin/python1.5
-CHMOD= /bin/chmod
# I decided to consider the whole souce tree to be part of the package
# since in there, Zope can live on its own. It does leave some *.o files
diff --git a/www/zope210/Makefile b/www/zope210/Makefile
index 4674d05197f7..bd9314dfbeab 100644
--- a/www/zope210/Makefile
+++ b/www/zope210/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl
+RUN_DEPENDS= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl
# Build has to be done in the final location after installing the sources
# there. It were a major action to fix all paths otherwise.
@@ -31,7 +31,6 @@ ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION}
CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin
APACHE_CONFDIR?= ${PREFIX}/etc/apache
PYTHON15?= ${PREFIX}/bin/python1.5
-CHMOD= /bin/chmod
# I decided to consider the whole souce tree to be part of the package
# since in there, Zope can live on its own. It does leave some *.o files
diff --git a/www/zope211/Makefile b/www/zope211/Makefile
index 4674d05197f7..bd9314dfbeab 100644
--- a/www/zope211/Makefile
+++ b/www/zope211/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl
+RUN_DEPENDS= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl
# Build has to be done in the final location after installing the sources
# there. It were a major action to fix all paths otherwise.
@@ -31,7 +31,6 @@ ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION}
CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin
APACHE_CONFDIR?= ${PREFIX}/etc/apache
PYTHON15?= ${PREFIX}/bin/python1.5
-CHMOD= /bin/chmod
# I decided to consider the whole souce tree to be part of the package
# since in there, Zope can live on its own. It does leave some *.o files
diff --git a/www/zope213/Makefile b/www/zope213/Makefile
index 4674d05197f7..bd9314dfbeab 100644
--- a/www/zope213/Makefile
+++ b/www/zope213/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl
+RUN_DEPENDS= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl
# Build has to be done in the final location after installing the sources
# there. It were a major action to fix all paths otherwise.
@@ -31,7 +31,6 @@ ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION}
CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin
APACHE_CONFDIR?= ${PREFIX}/etc/apache
PYTHON15?= ${PREFIX}/bin/python1.5
-CHMOD= /bin/chmod
# I decided to consider the whole souce tree to be part of the package
# since in there, Zope can live on its own. It does leave some *.o files
diff --git a/www/zope28/Makefile b/www/zope28/Makefile
index 4674d05197f7..bd9314dfbeab 100644
--- a/www/zope28/Makefile
+++ b/www/zope28/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl
+RUN_DEPENDS= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl
# Build has to be done in the final location after installing the sources
# there. It were a major action to fix all paths otherwise.
@@ -31,7 +31,6 @@ ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION}
CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin
APACHE_CONFDIR?= ${PREFIX}/etc/apache
PYTHON15?= ${PREFIX}/bin/python1.5
-CHMOD= /bin/chmod
# I decided to consider the whole souce tree to be part of the package
# since in there, Zope can live on its own. It does leave some *.o files
diff --git a/www/zope29/Makefile b/www/zope29/Makefile
index 4674d05197f7..bd9314dfbeab 100644
--- a/www/zope29/Makefile
+++ b/www/zope29/Makefile
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.ORG
BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python
-RUN_DEPENDS= apache:${PORTSDIR}/www/apache13-modssl
+RUN_DEPENDS= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl
# Build has to be done in the final location after installing the sources
# there. It were a major action to fix all paths otherwise.
@@ -31,7 +31,6 @@ ZOPEBASEDIR?= ${WEBBASEDIR}/Zope-${VERSION}
CGI_BIN_DIR?= ${PREFIX}/share/apache/cgi-bin
APACHE_CONFDIR?= ${PREFIX}/etc/apache
PYTHON15?= ${PREFIX}/bin/python1.5
-CHMOD= /bin/chmod
# I decided to consider the whole souce tree to be part of the package
# since in there, Zope can live on its own. It does leave some *.o files