Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 1996 04:36:19 -0700 (MST)
From:      Don Yuniskis <dgy@rtd.com>
To:        freebsd-ports@freefall.FreeBSD.org (FreeBSD ports)
Subject:   mit-scheme triviality
Message-ID:  <199606211136.EAA10844@seagull.rtd.com>

next in thread | raw e-mail | index | archive | help
Greetings!
     This diff against the 2.1R mit-scheme port is really just
intended to help future porters get the right directories for some
of the other "packages" that may coexist with mit-scheme.  In
particular, deprecating/avoiding /usr/local/lib/emacs...
    Thanx!
--don
-------------------------8<----------------------8<-----------------
*** install.sh	Sat Mar 25 04:31:03 1995
--- install.sh.new	Fri Jun 21 02:58:32 1996
***************
*** 34,46 ****
  # distributed with GNU Emacs, but you should always use the version
  # distributed with Scheme.  If you don't need this program, comment
  # out this line.
! #emacslisp="/usr/local/lib/emacs/lisp"
  
  # This variable specifies where the GNU Emacs "movemail" program can
  # be found.  This program is used by Edwin for the same purpose,
  # namely to fetch mail from the user's mailbox when running RMAIL.  If
  # you don't have this program, comment out this line.
! #movemail="/usr/local/lib/emacs/etc/movemail"
  
  mkdir -p ${libdir}
  
--- 34,46 ----
  # distributed with GNU Emacs, but you should always use the version
  # distributed with Scheme.  If you don't need this program, comment
  # out this line.
! #emacslisp="/usr/local/share/emacs/site-lisp"
  
  # This variable specifies where the GNU Emacs "movemail" program can
  # be found.  This program is used by Edwin for the same purpose,
  # namely to fetch mail from the user's mailbox when running RMAIL.  If
  # you don't have this program, comment out this line.
! #movemail="/usr/local/libexec/emacs/19.29/i386--freebsd/movemail"
  
  mkdir -p ${libdir}
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606211136.EAA10844>