mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
9e1e7be801
functions are available too. PR: ports/70741 Submitted by: Andrey Slusar <anray@inet.ua>
12 lines
360 B
Makefile
12 lines
360 B
Makefile
--- mk/Autoconf.mk.old Fri Aug 20 21:07:52 2004
|
|
+++ mk/Autoconf.mk Fri Aug 20 21:08:23 2004
|
|
@@ -107,7 +107,7 @@
|
|
ac_resdir = $(shell \
|
|
$(call ac_init,for X11 app-defaults prefix);\
|
|
$(call ac_s_cmd, test -d /etc/X11/app-defaults &&\
|
|
- echo "/etc/X11" || echo "/usr/X11R6/lib/X11");\
|
|
+ echo "/etc/X11" || echo "$(PREFIX)/lib/X11");\
|
|
$(call ac_fini))
|
|
|
|
|