diff options
author | billf <billf@FreeBSD.org> | 1999-11-29 06:34:09 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-11-29 06:34:09 +0800 |
commit | 8920290079a6fd380c605e8f43f571635685f251 (patch) | |
tree | 852dcf01f87237ea103ba8c01efcd79521cbee26 /www/zope | |
parent | 01606d651d1088458fbc31625696648c7895e34c (diff) | |
download | freebsd-ports-gnome-8920290079a6fd380c605e8f43f571635685f251.tar.gz freebsd-ports-gnome-8920290079a6fd380c605e8f43f571635685f251.tar.zst freebsd-ports-gnome-8920290079a6fd380c605e8f43f571635685f251.zip |
(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
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |