aboutsummaryrefslogtreecommitdiff
path: root/devel/gconf2/files
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-10 16:35:29 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-10 16:35:29 +0000
commit92f7ea57fa179f65495511475e940b47c435588c (patch)
tree6395d59617b62c6ea67c8b98c9ad05d3bf3d3f60 /devel/gconf2/files
parentae94bafec60abd58afff363c03e99ce0d0686d60 (diff)
downloadports-92f7ea57fa179f65495511475e940b47c435588c.tar.gz
ports-92f7ea57fa179f65495511475e940b47c435588c.zip
Notes
Diffstat (limited to 'devel/gconf2/files')
-rw-r--r--devel/gconf2/files/patch-ab14
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab
index c255f32cf509..3bf49b6a73ff 100644
--- a/devel/gconf2/files/patch-ab
+++ b/devel/gconf2/files/patch-ab
@@ -1,13 +1,13 @@
---- Makefile.in.orig Wed Aug 2 13:25:19 2000
-+++ Makefile.in Wed Aug 2 13:26:26 2000
-@@ -435,8 +435,8 @@
+--- Makefile.in.orig Wed Aug 9 22:57:20 2000
++++ Makefile.in Thu Aug 10 11:05:08 2000
+@@ -436,8 +436,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
+- -mkdir -p $(DESTDIR)$(datadir)/aclocal
+- $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(datadir)/aclocal/gconf-$(MAJOR_VERSION).m4
++ -mkdir -p $(DESTDIR)$(prefix)/share/aclocal
++ $(INSTALL_DATA) gconf.m4 $(DESTDIR)$(prefix)/share/aclocal/gconf-$(MAJOR_VERSION).m4
echo "**** NOTE ****" && \
echo $(WARNING_MESSAGE) && \
echo "**************"