1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Change non-existent /usr/tmp to /var/tmp

This commit is contained in:
Andrey A. Chernov 1995-06-18 12:45:49 +00:00
parent e919ee086b
commit 27216f7df7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1840

View File

@ -1,5 +1,5 @@
*** config.h.orig Sat Apr 15 04:57:46 1995
--- config.h Sat Apr 15 05:12:40 1995
*** config.h.orig Sun Jun 18 16:39:25 1995
--- config.h Sun Jun 18 16:41:44 1995
***************
*** 32,38 ****
#define NOV
@ -88,6 +88,23 @@
/*
* Define RESIZING to make nn understand dynamic window-resizing.
***************
*** 239,245 ****
#define BIN_DIRECTORY "/usr/local/bin"
#define LIB_DIRECTORY "/usr/local/lib/nn"
!
/**************************** DATABASE LOCATION **************************
*
--- 239,245 ----
#define BIN_DIRECTORY "/usr/local/bin"
#define LIB_DIRECTORY "/usr/local/lib/nn"
! #define TMP_DIRECTORY "/var/tmp"
/**************************** DATABASE LOCATION **************************
*
***************
*** 270,276 ****
* (The file system must support long file names!!)
*/