diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /lang/wonka | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'lang/wonka')
-rw-r--r-- | lang/wonka/DESCR | 4 | ||||
-rw-r--r-- | lang/wonka/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/wonka/DESCR b/lang/wonka/DESCR index 1eb7f73317a..8b5def9b975 100644 --- a/lang/wonka/DESCR +++ b/lang/wonka/DESCR @@ -1,5 +1,5 @@ -Wonka is ACUNIA's cleanroom Virtual Machine for the Java(tm) language. +Wonka is ACUNIA's cleanroom Virtual Machine for the Java(tm) language. It is extremely portable and self-contained, and can optionally be used with its own real-time executive (OSwaldTM) to provide a complete solution for embedded devices. It is a full implementation of the -Java language, not just a subset. And it's Open Source. +Java language, not just a subset. And it's Open Source. diff --git a/lang/wonka/Makefile b/lang/wonka/Makefile index 488468e8eba..5564a801d03 100644 --- a/lang/wonka/Makefile +++ b/lang/wonka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:34 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2003/05/06 17:41:42 jmmv Exp $ # DISTNAME= wonka-src-0.9.5-release @@ -82,5 +82,5 @@ test: install .include "../../mk/bsd.pkg.mk" -# This needs to be after bsd.pkg.mk +# This needs to be after bsd.pkg.mk PREFIX= ${JVM_HOME} |