diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 01:28:54 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 01:28:54 +0000 |
commit | 00338ae52ccab442ae0ddb57fc0eb55f04348ddb (patch) | |
tree | a06a062183ad88b1008d4d6b1c741126001c1d71 /devel/gconf/files | |
parent | c05ee0797cfb83fa7e411ab6ea22e72e0d94ed6d (diff) | |
download | FreeBSD-ports-00338ae52ccab442ae0ddb57fc0eb55f04348ddb.zip FreeBSD-ports-00338ae52ccab442ae0ddb57fc0eb55f04348ddb.tar.gz |
Update to 0.7
Diffstat (limited to 'devel/gconf/files')
-rw-r--r-- | devel/gconf/files/patch-ab | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/devel/gconf/files/patch-ab b/devel/gconf/files/patch-ab index 8070181..c255f32 100644 --- a/devel/gconf/files/patch-ab +++ b/devel/gconf/files/patch-ab @@ -1,11 +1,13 @@ ---- Makefile.in.orig Thu Mar 9 14:41:56 2000 -+++ Makefile.in Wed Jul 5 14:45:58 2000 -@@ -131,7 +131,7 @@ +--- Makefile.in.orig Wed Aug 2 13:25:19 2000 ++++ Makefile.in Wed Aug 2 13:26:26 2000 +@@ -435,8 +435,8 @@ + echo "**************" - bin_SCRIPTS = gconf-config - --m4datadir = $(datadir)/aclocal -+m4datadir = $(prefix)/share/aclocal - m4data_DATA = gconf.m4 - - EXTRA_DIST = gconf-config.in gconf.m4 + 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 "**************" |