mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Correct path for manpages
This commit is contained in:
parent
2eae6add54
commit
57fa7cec95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1071
@ -1,22 +1,28 @@
|
||||
*** config/options.h-vanilla Fri Feb 10 19:21:59 1995
|
||||
--- config/options.h Tue Feb 28 23:46:59 1995
|
||||
*** config/options.h-vanilla Fri Feb 10 11:21:59 1995
|
||||
--- config/options.h Tue Feb 28 16:34:30 1995
|
||||
***************
|
||||
*** 42,48 ****
|
||||
*** 42,51 ****
|
||||
* LIBEXEC_DIR - Internal support programs
|
||||
* MAN_DIR - Man pages
|
||||
*/
|
||||
! #define CONFIG_DIR "/etc/amanda"
|
||||
#define LIBEXEC_DIR "/usr/local/libexec/amanda"
|
||||
#define BIN_DIR "/usr/local/sbin"
|
||||
#define MAN_DIR "/usr/share/local/man/man8"
|
||||
--- 42,48 ----
|
||||
! #define MAN_DIR "/usr/share/local/man/man8"
|
||||
|
||||
|
||||
/*
|
||||
--- 42,51 ----
|
||||
* LIBEXEC_DIR - Internal support programs
|
||||
* MAN_DIR - Man pages
|
||||
*/
|
||||
! #define CONFIG_DIR "/usr/local/etc/amanda"
|
||||
#define LIBEXEC_DIR "/usr/local/libexec/amanda"
|
||||
#define BIN_DIR "/usr/local/sbin"
|
||||
#define MAN_DIR "/usr/share/local/man/man8"
|
||||
! #define MAN_DIR "/usr/local/man/man8"
|
||||
|
||||
|
||||
/*
|
||||
***************
|
||||
*** 53,59 ****
|
||||
* I compile with -g to compile in a full symbol table, but you might choose
|
||||
|
Loading…
Reference in New Issue
Block a user