diff options
author | jschauma <jschauma> | 2002-08-07 20:16:42 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-08-07 20:16:42 +0000 |
commit | 15d0be0abc1c9728fc10ff52019f59e000b802c8 (patch) | |
tree | 42aa72946ac0f5a73dc5f8efe8cf4e3cdc7c65e3 /lang | |
parent | c94155079e887f7dfe53215d0b869a29f386f679 (diff) | |
download | pkgsrc-15d0be0abc1c9728fc10ff52019f59e000b802c8.tar.gz |
Make use of our new JAVA magic.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/joos/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/joos/Makefile b/lang/joos/Makefile index b26ecec9b2d..7d52ae8c5a7 100644 --- a/lang/joos/Makefile +++ b/lang/joos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2002/05/08 15:42:00 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/07 20:16:42 jschauma Exp $ # DISTNAME= joos-0.1 @@ -10,13 +10,11 @@ MAINTAINER= jschauma@netbsd.org HOMEPAGE= http://www.brics.dk/~mis/dOvs/index.html COMMENT= Java Object Oriented Subset -USE_JAVA= yes +USE_JAVA= run +PKG_JVM= sun-jdk -# This is ugly. The chown should happen after copying, or tar should have -# a way to override permissions. do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/joos - ${CHOWN} -hR ${BINOWN}:${BINGRP} ${WRKSRC} - ${GTAR} -C ${WRKSRC} -cf- . | ${GTAR} -C ${PREFIX}/joos -xpf- + cd ${WRKSRC} && ${PAX} -rw . ${PREFIX}/joos .include "../../mk/bsd.pkg.mk" |