diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 08:00:02 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 08:00:02 +0800 |
commit | aed2b74944a3da82001bb040e253432cb6fc1147 (patch) | |
tree | 50e9fb40b1c17686b8fe3598bccbabfa587304ac /www/zope210/Makefile | |
parent | eecb82f7bea08b7d9ee55c66a93c561744425d34 (diff) | |
download | freebsd-ports-gnome-aed2b74944a3da82001bb040e253432cb6fc1147.tar.gz freebsd-ports-gnome-aed2b74944a3da82001bb040e253432cb6fc1147.tar.zst freebsd-ports-gnome-aed2b74944a3da82001bb040e253432cb6fc1147.zip |
PREFIX -> LOCALBASE (portlint)
Diffstat (limited to 'www/zope210/Makefile')
-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 dceb68691705..b05286b087da 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. |