mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
- use USE_LIBTOOL while I here; - make gnome-hint from gnomecore actually working; - bump PORTREVISIONs.
14 lines
344 B
C
14 lines
344 B
C
|
|
$FreeBSD$
|
|
|
|
--- gnome-hint/gnome-hint.c 2002/05/01 10:43:20 1.1
|
|
+++ gnome-hint/gnome-hint.c 2002/05/01 10:43:49
|
|
@@ -163,7 +163,7 @@
|
|
hintnum++;
|
|
|
|
/* see if we find the directory with the hints */
|
|
- name = gnome_datadir_file ("gnome/hints");
|
|
+ name = gnome_datadir_file ("hints");
|
|
if (name == NULL)
|
|
return;
|
|
if (stat (name, &s) != 0 ||
|