diff options
author | asami <asami@FreeBSD.org> | 1998-12-23 13:13:21 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-23 13:13:21 +0000 |
commit | 9ed3096be792b9019c02579c5a526e0c43d82504 (patch) | |
tree | 37683cf239158fad0818de18b57d65202ae427fd /java/jikes | |
parent | e23dbace3aa8cfa2d77a6259139b5be84db4f539 (diff) | |
download | FreeBSD-ports-9ed3096be792b9019c02579c5a526e0c43d82504.zip FreeBSD-ports-9ed3096be792b9019c02579c5a526e0c43d82504.tar.gz |
Yikes, there was another ../../files.
Diffstat (limited to 'java/jikes')
-rw-r--r-- | java/jikes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jikes/Makefile b/java/jikes/Makefile index c94918a..cf9b656 100644 --- a/java/jikes/Makefile +++ b/java/jikes/Makefile @@ -28,7 +28,7 @@ # patches/patch-ae # ftp://ftp.crocodile.org/pub/jikes/jikes.makedepend.patch # -# $Id: Makefile,v 1.5 1998/12/17 09:23:22 asami Exp $ +# $Id: Makefile,v 1.6 1998/12/22 08:05:33 asami Exp $ # DISTNAME= jikes-0.41 @@ -39,6 +39,7 @@ MAINTAINER= dillon@backplane.com WRKSRC= ${WRKDIR}/jikesos MAN1= jikes.1 +MAKE_ENV= FILESDIR=${FILESDIR} SCRIPTS_ENV= FILESDIR=${FILESDIR} PKGDIR=${PKGDIR} # (sufficiently handled by pkg/MESSAGE, but if IBM has an issue then |