diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 16:05:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 16:05:33 +0800 |
commit | 000a136a52c2df2bd759fad1c48b782c44c1082c (patch) | |
tree | 95f52beb6c1601860e2d1348de447a4c4d10131b /java | |
parent | 1fce6ca7dcb104aac9011ff131a2fe0754af0979 (diff) | |
download | freebsd-ports-gnome-000a136a52c2df2bd759fad1c48b782c44c1082c.tar.gz freebsd-ports-gnome-000a136a52c2df2bd759fad1c48b782c44c1082c.tar.zst freebsd-ports-gnome-000a136a52c2df2bd759fad1c48b782c44c1082c.zip |
Use FILESDIR/PKGDIR instead of relative paths from ${WRKSRC}.
Diffstat (limited to 'java')
-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 63a2f1c20254..c94918aa30b4 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.4 1998/12/16 06:03:37 dillon Exp $ +# $Id: Makefile,v 1.5 1998/12/17 09:23:22 asami Exp $ # DISTNAME= jikes-0.41 @@ -39,6 +39,7 @@ MAINTAINER= dillon@backplane.com WRKSRC= ${WRKDIR}/jikesos MAN1= jikes.1 +SCRIPTS_ENV= FILESDIR=${FILESDIR} PKGDIR=${PKGDIR} # (sufficiently handled by pkg/MESSAGE, but if IBM has an issue then # uncomment this section) |