diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-02 20:34:24 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-02 20:34:24 +0800 |
commit | bfbe7f3fbd1f393d6728bc4fbdbd9f7e94836f38 (patch) | |
tree | 2105aa28900d742a73c7e5bf73b9280c2930a888 | |
parent | 0fa727f037ebd8a1b31bd15400bc8285c4f12d3d (diff) | |
download | freebsd-ports-gnome-bfbe7f3fbd1f393d6728bc4fbdbd9f7e94836f38.tar.gz freebsd-ports-gnome-bfbe7f3fbd1f393d6728bc4fbdbd9f7e94836f38.tar.zst freebsd-ports-gnome-bfbe7f3fbd1f393d6728bc4fbdbd9f7e94836f38.zip |
Respect PREFIX.
Reported by: QATty
-rw-r--r-- | devel/antlr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile index 30ac442ee509..8ee5c4bdef00 100644 --- a/devel/antlr/Makefile +++ b/devel/antlr/Makefile @@ -26,7 +26,7 @@ OPTIONS= PYTHON "Include Python runtime support" off HAS_CONFIGURE= yes CONFIGURE_ENV= JAVAC="${JAVAC}" JAR="${JAR}" JAVA="${JAVA}" CLASSPATH="${PORT_CLASSPATH}" -CONFIGURE_ARGS= --disable-csharp +CONFIGURE_ARGS= --disable-csharp --prefix=${PREFIX} PORT_CLASSPATH= ${WRKSRC}/antlrall.jar:. |