aboutsummaryrefslogtreecommitdiff
path: root/lang/smarteiffel/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-18 15:57:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-18 15:57:50 +0000
commitd7e6b9c2d56ae7afdb93a52b58ee01ab2725060c (patch)
tree19839a82a1ff4e4f1045c9b7ec17ab1037d4a24a /lang/smarteiffel/files
parentf316605d6596d4002a2389b8b2dabd2571207415 (diff)
downloadports-d7e6b9c2d56ae7afdb93a52b58ee01ab2725060c.tar.gz
ports-d7e6b9c2d56ae7afdb93a52b58ee01ab2725060c.zip
Notes
Diffstat (limited to 'lang/smarteiffel/files')
-rw-r--r--lang/smarteiffel/files/pkg-install.in4
-rw-r--r--lang/smarteiffel/files/pkg-message.in11
2 files changed, 15 insertions, 0 deletions
diff --git a/lang/smarteiffel/files/pkg-install.in b/lang/smarteiffel/files/pkg-install.in
new file mode 100644
index 000000000000..232f7b1d2b56
--- /dev/null
+++ b/lang/smarteiffel/files/pkg-install.in
@@ -0,0 +1,4 @@
+if [ "X$2" = "XPOST-INSTALL" ]; then
+ rm -f %%PREFIX%%/SmartEiffel
+ ln -s %%PREFIX%%/$1/ %%PREFIX%%/SmartEiffel
+fi
diff --git a/lang/smarteiffel/files/pkg-message.in b/lang/smarteiffel/files/pkg-message.in
new file mode 100644
index 000000000000..9a34fc1e4203
--- /dev/null
+++ b/lang/smarteiffel/files/pkg-message.in
@@ -0,0 +1,11 @@
+SmartEiffel is now available through the symbolic link %%PREFIX%%/SmartEiffel.
+
+Add %%PREFIX%%/SmartEiffel/bin to your path to be able to call
+the SmartEiffel compiler and its other utilities.
+
+Make sure the environment variable SmartEiffel is defined and points to
+%%PREFIX%%/SmartEiffel/sys/system.se.
+
+One way to do this is to extend /etc/profile with the following line:
+
+ SmartEiffel=%%PREFIX%%/SmartEiffel/sys/system.se; export SmartEiffel