1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/gconf2/files/patch-ab
2000-08-04 01:28:54 +00:00

14 lines
454 B
Plaintext

--- Makefile.in.orig Wed Aug 2 13:25:19 2000
+++ Makefile.in Wed Aug 2 13:26:26 2000
@@ -435,8 +435,8 @@
echo "**************"
install-data-local:
- -mkdir -p $(datadir)/aclocal
- $(INSTALL_DATA) gconf.m4 $(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
+ -mkdir -p $(prefix)/share/aclocal
+ $(INSTALL_DATA) gconf.m4 $(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
echo "**** NOTE ****" && \
echo $(WARNING_MESSAGE) && \
echo "**************"