1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/korean/helvis/files/patch-aa
Masafumi Max NAKANE 1e9aee2967 New port:
helvis-1.8h2-
-------------

helvis is a clone of vi/ex, the standard UNIX editor.  helvis supports
nearly all of the vi/ex commands, in both visual mode and colon mode.
helvis also supports EUC codeset, including Hangul. Other EUC codeset
is not tested.

--
PR:	3337
submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
1997-04-28 04:10:16 +00:00

21 lines
663 B
Plaintext

diff -c -r ../helvis-1.8h2-ori/config.h ./config.h
*** ../helvis-1.8h2-ori/config.h Wed Apr 5 18:21:19 1995
--- ./config.h Wed Apr 2 21:54:21 1997
***************
*** 417,423 ****
/******************* Names of files and environment vars **********************/
! #ifdef __386BSD__
# define PRSVDIR "/var/preserve"
# define PRSVINDEX "/var/preserve/Index"
# define TMPDIR "/var/tmp"
--- 417,423 ----
/******************* Names of files and environment vars **********************/
! #if defined(__386BSD__) || defined(__FreeBSD__)
# define PRSVDIR "/var/preserve"
# define PRSVINDEX "/var/preserve/Index"
# define TMPDIR "/var/tmp"