summaryrefslogtreecommitdiff
path: root/chinese/gcin-devel/files/patch-menu
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch)
tree1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /chinese/gcin-devel/files/patch-menu
parent- Add goocanvas (diff)
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
Diffstat (limited to 'chinese/gcin-devel/files/patch-menu')
-rw-r--r--chinese/gcin-devel/files/patch-menu11
1 files changed, 7 insertions, 4 deletions
diff --git a/chinese/gcin-devel/files/patch-menu b/chinese/gcin-devel/files/patch-menu
index 2acd2a1f3036..acda831cfa80 100644
--- a/chinese/gcin-devel/files/patch-menu
+++ b/chinese/gcin-devel/files/patch-menu
@@ -1,8 +1,11 @@
---- menu/Makefile.orig Mon Aug 29 09:40:32 2005
-+++ menu/Makefile Thu Sep 15 11:53:49 2005
-@@ -12,12 +12,12 @@
+--- menu/Makefile.orig Sun Aug 28 21:40:32 2005
++++ menu/Makefile Fri Oct 13 14:43:28 2006
+@@ -10,14 +10,14 @@ install:
+ install gcin-setup.desktop /usr/share/applications; \
+ install -d /usr/lib/menu; \
install -m 644 $(MENUS) /usr/lib/menu; \
- which update-menus >& /dev/null && update-menus || exit 0; \
+- which update-menus >& /dev/null && update-menus || exit 0; \
++ which update-menus > /dev/null 2>&1 && update-menus || exit 0; \
else \
- install -d $(libdir)/menu; \
- install -m 644 $(MENUS) $(libdir)/menu; \