diff options
author | mharo <mharo@FreeBSD.org> | 2000-02-16 00:15:49 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-02-16 00:15:49 +0000 |
commit | 97e2210908e375dc63dd40044c2f2f943a73082f (patch) | |
tree | 38dec289ccf9ed7fcea05eae035a22da5ea4adf6 /www | |
parent | d702ffbd16c694311e92e445e73a5bf6aec95e61 (diff) | |
download | FreeBSD-ports-97e2210908e375dc63dd40044c2f2f943a73082f.zip FreeBSD-ports-97e2210908e375dc63dd40044c2f2f943a73082f.tar.gz |
PREFIX -> LOCALBASE in *_DEPENDS (portlint)
Diffstat (limited to 'www')
-rw-r--r-- | www/mapedit/Makefile | 2 | ||||
-rw-r--r-- | www/mod_dtcl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile index 9e81d42..3c1687d 100644 --- a/www/mapedit/Makefile +++ b/www/mapedit/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.boutell.com/pub/boutell/mapedit/ MAINTAINER= andreas@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/java/bin/java:${PORTSDIR}/java/jdk +RUN_DEPENDS= ${LOCALBASE}/java/bin/java:${PORTSDIR}/java/jdk NO_BUILD= yes diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 276f6ed..2ed9afe 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://master.debian.org/~davidw/mod_dtcl/ MAINTAINER= mi@aldan.algebra.com -BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 WRKSRC= ${WRKDIR}/mod_dtcl |