summaryrefslogtreecommitdiffstats
path: root/chinese/gcin/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
committermarcus <marcus@FreeBSD.org>2006-10-14 08:54:54 +0000
commit0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8 (patch)
tree17937489af4c767844fc63b684ae3e7b31948812 /chinese/gcin/files
parente959473966b963953d63d5f00fae8751f2decf0f (diff)
downloadFreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.zip
FreeBSD-ports-0deb7538cc6a5ae90f4e3e4bdbfe6d0ab974aed8.tar.gz
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/files')
-rw-r--r--chinese/gcin/files/patch-menu11
1 files changed, 7 insertions, 4 deletions
diff --git a/chinese/gcin/files/patch-menu b/chinese/gcin/files/patch-menu
index 2acd2a1..acda831 100644
--- a/chinese/gcin/files/patch-menu
+++ b/chinese/gcin/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; \
OpenPOWER on IntegriCloud