aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnomecontrolcenter
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-02-23 20:33:32 +0000
committerAde Lovett <ade@FreeBSD.org>2000-02-23 20:33:32 +0000
commit3732a05fcb075b7dc32ebac21c5bdf0d1431c142 (patch)
tree989b2fa3b11ce007758d444a4ffbb85f34a469e6 /sysutils/gnomecontrolcenter
parent39d583669b774e681e750913418ab4694e249fea (diff)
downloadports-3732a05fcb075b7dc32ebac21c5bdf0d1431c142.tar.gz
ports-3732a05fcb075b7dc32ebac21c5bdf0d1431c142.zip
Correctly substitute version information into the installed
run-time configuration file. ie: make "gnome-config --modversion capplet" DTRT
Notes
Notes: svn path=/head/; revision=26214
Diffstat (limited to 'sysutils/gnomecontrolcenter')
-rw-r--r--sysutils/gnomecontrolcenter/files/patch-bn16
1 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/gnomecontrolcenter/files/patch-bn b/sysutils/gnomecontrolcenter/files/patch-bn
index ae5c2bce9813..e7543a038eaf 100644
--- a/sysutils/gnomecontrolcenter/files/patch-bn
+++ b/sysutils/gnomecontrolcenter/files/patch-bn
@@ -1,6 +1,6 @@
---- control-center/Makefile.in.orig Mon Mar 1 00:10:13 1999
-+++ control-center/Makefile.in Tue Mar 2 22:17:32 1999
-@@ -130,7 +130,7 @@
+--- control-center/Makefile.in.orig Tue Oct 5 16:45:56 1999
++++ control-center/Makefile.in Wed Feb 23 13:42:28 2000
+@@ -131,7 +131,7 @@
cxxflags_set = @cxxflags_set@
l = @l@
@@ -9,7 +9,7 @@
bin_PROGRAMS = gnomecc
-@@ -150,16 +150,16 @@
+@@ -154,16 +154,16 @@
EXTRA_DIST = gnomecc.desktop cappletConf.sh.in $(appicon_DATA)
@@ -29,3 +29,11 @@
libcapplet_la_LIBADD = $(ORB_LIBS) -lm $(DL_LIB) $(GNORBA_LIBS)
include_HEADERS = capplet-widget.h
+@@ -561,6 +561,7 @@
+ -e 's?\@GNOMEUI_LIBS\@?$(GNOMEUI_LIBS)?g' \
+ -e 's?\@GNOME_INCLUDEDIR\@?$(GNOME_INCLUDEDIR)?g' \
+ -e 's?\@ORB_LIBS\@?$(ORB_LIBS)?g' \
++ -e 's?\@VERSION\@?$(VERSION)?g' \
+ < $(srcdir)/cappletConf.sh.in > cappletConf.tmp \
+ && mv cappletConf.tmp cappletConf.sh
+