diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-16 00:00:02 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-16 00:00:02 +0000 |
commit | 896f542d7aa018ff9de96b1ea4482ada34ef56e9 (patch) | |
tree | 9112da48ffce723cb8b80d6265f1d300f37f8097 /www/zope | |
parent | PREFIX -> LOCALBASE and other minor changes (portlint) (diff) |
PREFIX -> LOCALBASE (portlint)
Notes
Notes:
svn path=/head/; revision=25869
Diffstat (limited to 'www/zope')
-rw-r--r-- | www/zope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope/Makefile b/www/zope/Makefile index dceb68691705..b05286b087da 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= ${PREFIX}/sbin/apache:${PORTSDIR}/www/apache13-modssl +RUN_DEPENDS= ${LOCALBASE}/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. |