diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 00:00:02 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 00:00:02 +0000 |
commit | aed2b74944a3da82001bb040e253432cb6fc1147 (patch) | |
tree | 50e9fb40b1c17686b8fe3598bccbabfa587304ac /www/zope210 | |
parent | eecb82f7bea08b7d9ee55c66a93c561744425d34 (diff) | |
download | FreeBSD-ports-aed2b74944a3da82001bb040e253432cb6fc1147.zip FreeBSD-ports-aed2b74944a3da82001bb040e253432cb6fc1147.tar.gz |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'www/zope210')
-rw-r--r-- | www/zope210/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/zope210/Makefile b/www/zope210/Makefile index dceb686..b05286b 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= ${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. |