summaryrefslogtreecommitdiff
path: root/editors/uemacs/files/patch-ac
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1999-10-07 06:49:02 +0000
committerThomas Gellekum <tg@FreeBSD.org>1999-10-07 06:49:02 +0000
commit813bf87b2fe7ea7a604c8cd398a481b2d648d429 (patch)
tree4bb10e2fcd0448c3fe4ae3e381dd95384e9243ef /editors/uemacs/files/patch-ac
parentUpdate to 1.1.1. Move installation directory. (diff)
Fix MASTER_SITES, don't hardcode /usr/local.
PR: 14064 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=22222
Diffstat (limited to '')
-rw-r--r--editors/uemacs/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/uemacs/files/patch-ac b/editors/uemacs/files/patch-ac
index c18abe1863f3..e511ee39a9f2 100644
--- a/editors/uemacs/files/patch-ac
+++ b/editors/uemacs/files/patch-ac
@@ -16,7 +16,7 @@
#else
- path = getenv("PATH");
+ strncpy(patha, getenv("PATH"), NFILEN - 25);
-+ strcat(patha, ":/usr/local/share/uemacs");
++ strcat(patha, ":%%PREFIX%%/share/uemacs");
#endif
#endif
+ path = patha;