mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* update to 9.0.302 * indicate license (now standard BSD) * respect build_arch * build universal when universal variant is selected * fix livecheck See https://trac.macports.org/ticket/31168 git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@83835 d073be05-634f-4543-b044-5fe20cf6d1d6
11 lines
498 B
C
11 lines
498 B
C
--- ckuus5.c.orig 2011-09-08 08:32:20.000000000 -0500
|
|
+++ ckuus5.c 2011-09-08 08:33:05.000000000 -0500
|
|
@@ -840,6 +840,7 @@
|
|
char * k_info_dir = NULL; /* Where to find text files */
|
|
#ifdef UNIX
|
|
static char * txtdir[] = {
|
|
+ "@@prefix@@/share/kermit" /* Mac OS X MacPorts */
|
|
"/usr/local/doc/", /* Linux, SunOS, ... */
|
|
"/usr/share/lib/", /* HP-UX 10.xx... */
|
|
"/usr/share/doc/", /* Other possibilities... */
|