diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 06:29:42 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 06:29:42 +0800 |
commit | 558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch) | |
tree | f8fffd0a880e3bf796b0afc8c07cde885792a226 /lang/squeak | |
parent | ca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff) | |
download | freebsd-ports-gnome-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.gz freebsd-ports-gnome-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.zst freebsd-ports-gnome-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip |
onvert to UCL & cleanup pkg-message (categories l-m)
Diffstat (limited to 'lang/squeak')
-rw-r--r-- | lang/squeak/files/pkg-message.in | 10 |
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 +} +] |