diff options
author | ade <ade@FreeBSD.org> | 2000-02-24 04:33:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-02-24 04:33:32 +0800 |
commit | b77bd5404093608ae2ed88fc58c59b955552e37a (patch) | |
tree | fbd3d426b1755b6f864e38ab7c903a07ed34fa04 /sysutils/gnomecontrolcenter2 | |
parent | 96be1f21402741de2a885cd186d8241ef3780a43 (diff) | |
download | freebsd-ports-gnome-b77bd5404093608ae2ed88fc58c59b955552e37a.tar.gz freebsd-ports-gnome-b77bd5404093608ae2ed88fc58c59b955552e37a.tar.zst freebsd-ports-gnome-b77bd5404093608ae2ed88fc58c59b955552e37a.zip |
Correctly substitute version information into the installed
run-time configuration file.
ie: make "gnome-config --modversion capplet" DTRT
Diffstat (limited to 'sysutils/gnomecontrolcenter2')
-rw-r--r-- | sysutils/gnomecontrolcenter2/files/patch-bn | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sysutils/gnomecontrolcenter2/files/patch-bn b/sysutils/gnomecontrolcenter2/files/patch-bn index ae5c2bce9813..e7543a038eaf 100644 --- a/sysutils/gnomecontrolcenter2/files/patch-bn +++ b/sysutils/gnomecontrolcenter2/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 + |