diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 07:57:43 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 07:57:43 +0000 |
commit | 3555e951803b99d392fe045de269acca69ee003b (patch) | |
tree | 2c2a735bdbfa980171ebab7e15306d2625afa26a /textproc/lotusxsl | |
parent | 26b7981880be911e5a6fbe8557b5bb4156719cd3 (diff) | |
download | FreeBSD-ports-3555e951803b99d392fe045de269acca69ee003b.zip FreeBSD-ports-3555e951803b99d392fe045de269acca69ee003b.tar.gz |
portlint: PREFIX -> LOCALBASE
Diffstat (limited to 'textproc/lotusxsl')
-rw-r--r-- | textproc/lotusxsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/lotusxsl/Makefile b/textproc/lotusxsl/Makefile index c78b1d8..f524307 100644 --- a/textproc/lotusxsl/Makefile +++ b/textproc/lotusxsl/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .zip MAINTAINER= kuriyama@FreeBSD.org BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${PREFIX}/share/java/classes/xml4j.jar:${PORTSDIR}/textproc/xml4j +RUN_DEPENDS= ${LOCALBASE}/share/java/classes/xml4j.jar:${PORTSDIR}/textproc/xml4j EXTRACT_CMD= unzip EXTRACT_BEFORE_ARGS= -a -q -L |