1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/biew/files/patch-aa
Will Andrews ab660dfb52 Update biew to 5.04.
PR:		18137
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-22 02:06:20 +00:00

12 lines
352 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/biew"
static char _ini_name[FILENAME_MAX + 1];
static char _rc_dir_name[FILENAME_MAX + 1];