aboutsummaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /lang/squeak
parentca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff)
downloadports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.gz
ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip
Notes
Diffstat (limited to 'lang/squeak')
-rw-r--r--lang/squeak/files/pkg-message.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/squeak/files/pkg-message.in b/lang/squeak/files/pkg-message.in
index e44af8d032d8..fa0c0c1db294 100644
--- a/lang/squeak/files/pkg-message.in
+++ b/lang/squeak/files/pkg-message.in
@@ -1,5 +1,6 @@
- ------------------------- Please note: -------------------------
-
+[
+{ type: install
+ message: <<EOM
In order to be able to make use of squeak you need to have an
image and a changes file in your working directory as well
as access to a source file. This is easy by using inisqueak.
@@ -10,5 +11,6 @@
PATH: %%PREFIX%%/bin
LD_LIBRARY_PATH: %%PREFIX%%/lib
%%PREFIX%%/lib/squeak/%%SQUEAK_LIB_DIR%%
-
- ------------------ Thanks for your attention! ------------------
+EOM
+}
+]