diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-25 13:15:16 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-25 13:15:16 +0000 |
commit | 4206b8043e17afb1a4400b9ee7c102b2ad50f0b7 (patch) | |
tree | 9e35dafd802d9dfc71ad418039361b1d7ec15982 /java/sun-wtk/files | |
parent | Correct MASTER_SITES. (diff) |
Overhaul the port.
- Define USE_LINUX as it installs Linux binaries (bump PORTREVISION)
- Remove ONLY_FOR_ARCH since it's an Linux binary port
- Extract contents in WRKSRC at do-extract target (was done in do-install)
- Move patching work from do-install to do-patch
- Use SUB_FILES for pkg-message substitution
Diffstat (limited to 'java/sun-wtk/files')
-rw-r--r-- | java/sun-wtk/files/pkg-message.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/java/sun-wtk/files/pkg-message.in b/java/sun-wtk/files/pkg-message.in new file mode 100644 index 000000000000..2854f35dace3 --- /dev/null +++ b/java/sun-wtk/files/pkg-message.in @@ -0,0 +1,10 @@ +================================================================ +Documentation for the J2ME Wireless Toolkit version 2.2 is in +the file %%PREFIX%%/index.html + +In order to start using the J2ME Wireless Toolkit, please run +%%PREFIX%%/bin/ktoolbar. Please read the documentation for +instructions on setting up ~/ktools.properties to use a local +copy of the provided examples. +================================================================ + |