mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
--- lib/sysdep/generic/unix/os_dep.c.orig Fri Apr 14 15:02:21 2000
|
|
+++ lib/sysdep/generic/unix/os_dep.c Mon Apr 17 23:40:15 2000
|
|
@@ -29,7 +29,7 @@
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
|
|
-#define LIBDIR "/usr/lib"
|
|
+#define LIBDIR "%%PREFIX%%/share"
|
|
|
|
static char _ini_name[FILENAME_MAX + 1];
|
|
static char _rc_dir_name[FILENAME_MAX + 1];
|