diff options
author | chinsan <chinsan@FreeBSD.org> | 2006-10-31 14:02:23 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2006-10-31 14:02:23 +0800 |
commit | ae221ea4dc80c8bcbca10b1f334a2f1165564b69 (patch) | |
tree | 4a083b4182527de16d36c23adeea26bbed6c2361 /chinese/gcin/files | |
parent | be02b18ba26d4fd17cc34476996a7a2aec0ec1a9 (diff) | |
download | freebsd-ports-gnome-ae221ea4dc80c8bcbca10b1f334a2f1165564b69.tar.gz freebsd-ports-gnome-ae221ea4dc80c8bcbca10b1f334a2f1165564b69.tar.zst freebsd-ports-gnome-ae221ea4dc80c8bcbca10b1f334a2f1165564b69.zip |
- Update to 1.2.8
- Decrease the dependence
(Suggested by: vanilla via irc)
PR: ports/104570, ports/104531
Submitted by: chinsan
Approved by: delphij (mentor)
Diffstat (limited to 'chinese/gcin/files')
-rw-r--r-- | chinese/gcin/files/patch-menu | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/chinese/gcin/files/patch-menu b/chinese/gcin/files/patch-menu index acda831cfa80..ffe2df8dd9f4 100644 --- a/chinese/gcin/files/patch-menu +++ b/chinese/gcin/files/patch-menu @@ -1,6 +1,6 @@ ---- menu/Makefile.orig Sun Aug 28 21:40:32 2005 -+++ menu/Makefile Fri Oct 13 14:43:28 2006 -@@ -10,14 +10,14 @@ install: +--- menu/Makefile.bak Mon Oct 30 12:44:59 2006 ++++ menu/Makefile Mon Oct 30 12:43:10 2006 +@@ -10,14 +10,10 @@ install gcin-setup.desktop /usr/share/applications; \ install -d /usr/lib/menu; \ install -m 644 $(MENUS) /usr/lib/menu; \ @@ -15,10 +15,6 @@ - install -m 644 gcin-setup.desktop $(datadir)/applications; \ + install -d $(prefix)/share/applications; \ + install -m 644 $(MENUS) $(prefix)/share/applications; \ -+ echo "install Gnome's control center panel ..."; \ -+ install -d $(datadir)/gnome/control-center-2.0/capplets; \ -+ install -m 644 gcin-setup.desktop $(datadir)/gnome/control-center-2.0/capplets; \ -+ echo "installing Other common wm(ie:xfce4)'s menu panel ..."; \ fi clean: rm -f $(MENUS) *~ |