diff options
author | ache <ache@FreeBSD.org> | 1995-06-18 20:45:49 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-06-18 20:45:49 +0800 |
commit | 9247a9c5eacd0b927d18aeb1187ba34ebade277b (patch) | |
tree | 14695c543d6e588fe43d493d324a9a4bbedc01f2 /news/nn | |
parent | a62313022b9a5fffc71528fa1067e615482c2c4e (diff) | |
download | freebsd-ports-gnome-9247a9c5eacd0b927d18aeb1187ba34ebade277b.tar.gz freebsd-ports-gnome-9247a9c5eacd0b927d18aeb1187ba34ebade277b.tar.zst freebsd-ports-gnome-9247a9c5eacd0b927d18aeb1187ba34ebade277b.zip |
Change non-existent /usr/tmp to /var/tmp
Diffstat (limited to 'news/nn')
-rw-r--r-- | news/nn/files/patch-ab | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/news/nn/files/patch-ab b/news/nn/files/patch-ab index 92ea8486d508..82d8513ff822 100644 --- a/news/nn/files/patch-ab +++ b/news/nn/files/patch-ab @@ -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!!) */ |