aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2002-05-29 03:40:23 +0800
committeralex <alex@FreeBSD.org>2002-05-29 03:40:23 +0800
commit4283040441b891f266cf98106c41f0edcaf83354 (patch)
treefb51998113bcc80eca70011df8cc44a89c0c414d /lang
parent4232e66298ed5ad97ee464da060f79a7bc3584ed (diff)
downloadfreebsd-ports-gnome-4283040441b891f266cf98106c41f0edcaf83354.tar.gz
freebsd-ports-gnome-4283040441b891f266cf98106c41f0edcaf83354.tar.zst
freebsd-ports-gnome-4283040441b891f266cf98106c41f0edcaf83354.zip
Add the changes from the expected default-behaviour into pkg-message.
(They used to be in pkg-descr).
Diffstat (limited to 'lang')
-rw-r--r--lang/scsh/Makefile1
-rw-r--r--lang/scsh/pkg-message21
2 files changed, 22 insertions, 0 deletions
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile
index 3c30927a7fc1..d5c78ec361c9 100644
--- a/lang/scsh/Makefile
+++ b/lang/scsh/Makefile
@@ -36,5 +36,6 @@ post-install:
.else
@${RM} -rf ${PREFIX}/lib/scsh/doc
.endif
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/lang/scsh/pkg-message b/lang/scsh/pkg-message
new file mode 100644
index 000000000000..d829087474e1
--- /dev/null
+++ b/lang/scsh/pkg-message
@@ -0,0 +1,21 @@
+Differences between FreeBSD port and generic scsh release:
+----------------------------------------------------------
+
+1) When hitting C-d (end-of-file), scsh asks 100 times for
+confirmation. I changed the default to do this just once. Set constant
+*y-or-n-eof-count* in scsh/rw.scm to change it.
+
+2) The original scsh sends a mail to the scsh authors every time you
+make the package. The FreeBSD port/package doesn't. The authors of scsh
+would appreciate it if you do a `(cd work/scsh-0.4.4 && make .notify)`
+after you build the port. If you installed a binary package, this is
+not possible.
+
+3) A symbolic link ${PREFIX}/share/doc/scsh to the documentation is
+created.
+
+4) Some basic description text files from the distribution base dir
+are copied to lib/doc. The emacs directory is copied into
+lib/scsh/emacs. scsh's default is not to install these files.
+
+5) The port uses /var/tmp instead of /usr/tmp where possible.