diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-11 01:07:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-11 01:07:45 +0000 |
commit | c750c08ad9887fb1fbf2c1772fddd57219e35575 (patch) | |
tree | 61a4b821a3d41eb58b4ea1f9a30c2bb342ddaf2f /shells/scsh | |
parent | 4172b6b6d8869076f33facee7ed0e07951cc74e2 (diff) | |
download | pkgsrc-c750c08ad9887fb1fbf2c1772fddd57219e35575.tar.gz |
Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
Diffstat (limited to 'shells/scsh')
-rw-r--r-- | shells/scsh/pkg/DESCR | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/shells/scsh/pkg/DESCR b/shells/scsh/pkg/DESCR index 7df558d870d..03cda1fcaa0 100644 --- a/shells/scsh/pkg/DESCR +++ b/shells/scsh/pkg/DESCR @@ -23,26 +23,3 @@ in scsh. It requires no additional setup (paths or such). The emacs interface is in the original distribution in emacs/. For documentation see doc/user-guide.txt. - -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. See 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 doesn't. The authors of scsh would -appreciate it if you do a `(cd work/scsh-0.4.4 && make .notify)` after -you build this package. - -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) Some /usr/tmp -> /var/tmp - -Martin Cracauer <cracauer@cons.org> |