aboutsummaryrefslogtreecommitdiff
path: root/graphics/chbg/files
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2002-03-27 16:29:49 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2002-03-27 16:29:49 +0000
commit542df3d748d087ff4ad81c6366edc16d672dc6e2 (patch)
tree595f964af6f6abeb35c10d7185213602103c48b5 /graphics/chbg/files
parent733c76ecd0fb70cb688b76a9e2593bcc094ecc38 (diff)
downloadports-542df3d748d087ff4ad81c6366edc16d672dc6e2.tar.gz
ports-542df3d748d087ff4ad81c6366edc16d672dc6e2.zip
Notes
Diffstat (limited to 'graphics/chbg/files')
-rw-r--r--graphics/chbg/files/patch-ab13
-rw-r--r--graphics/chbg/files/patch-configure13
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/chbg/files/patch-ab b/graphics/chbg/files/patch-ab
deleted file mode 100644
index 5a0ba7d5ae2f..000000000000
--- a/graphics/chbg/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in 2000/12/18 17:14:56 1.1
-+++ Makefile.in 2000/12/18 17:15:24
-@@ -374,8 +374,8 @@
- if test -n "$(GNOME_PREFIX)"; then \
- $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \
- $(INSTALL_DATA) $(srcdir)/chbg.desktop $(DESTDIR)$(GNOME_PREFIX)/share/gnome/apps/Graphics; \
-- $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \
-- $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/pixmaps; \
-+ $(mkinstalldirs) $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \
-+ $(INSTALL_DATA) $(srcdir)/chbg_64x64.xpm $(DESTDIR)$(GNOME_PREFIX)/share/gnome/pixmaps; \
- fi
-
- uninstall-local:
diff --git a/graphics/chbg/files/patch-configure b/graphics/chbg/files/patch-configure
new file mode 100644
index 000000000000..746c87594704
--- /dev/null
+++ b/graphics/chbg/files/patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig Sun Mar 24 14:42:24 2002
++++ configure Sun Mar 24 14:43:21 2002
+@@ -3259,8 +3259,8 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
+- if eval "test x$GNOME_CONFIG = xyes"; then
+- GNOME_PREFIX=`gnome-config --prefix`
++ if eval "test x$GNOME_CONFIG != xno"; then
++ GNOME_PREFIX=`$GNOME_CONFIG --prefix`
+ echo "configure: warning: "Will install Gnome things to $GNOME_PREFIX"" 1>&2
+ fi
+ fi