1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/editors/biew/files/patch-aa
Michael Haro 837a4626c4 - Support PREFIX properly
- Fix pkg/PLIST
- Add WWW: line into pkg/DESCR

PR: 17570
Submitted by: tkato@prontomail.ne.jp
2000-03-24 00:09:50 +00:00

12 lines
295 B
Plaintext

--- lib/sysdep/generic/unix/os_dep.c.orig Fri Mar 3 11:08:20 2000
+++ lib/sysdep/generic/unix/os_dep.c Sat Mar 4 14:35:49 2000
@@ -46,7 +46,7 @@
char * __get_help_name(void)
{
- return "/usr/lib/biew/biew.hlp";
+ return "%%PREFIX%%/share/biew/biew.hlp";
}
static void cleanup(int sig)