summaryrefslogtreecommitdiff
path: root/deskutils/glabels
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-12-21 00:23:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-12-21 00:23:18 +0000
commit58a61e763c51bdf0c4c554af7d09ddc96498ee8d (patch)
tree5ca0f3cb43bed235862bc167c9b1c2568746c26a /deskutils/glabels
parentDon't remove system locale directories. Silently try to remove the (diff)
Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.
deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus
Notes
Notes: svn path=/head/; revision=124646
Diffstat (limited to 'deskutils/glabels')
-rw-r--r--deskutils/glabels/files/patch-data_mime_Makefile.in25
1 files changed, 0 insertions, 25 deletions
diff --git a/deskutils/glabels/files/patch-data_mime_Makefile.in b/deskutils/glabels/files/patch-data_mime_Makefile.in
deleted file mode 100644
index 3182724727cf..000000000000
--- a/deskutils/glabels/files/patch-data_mime_Makefile.in
+++ /dev/null
@@ -1,25 +0,0 @@
---- data/mime/Makefile.in.orig Tue Aug 10 20:59:17 2004
-+++ data/mime/Makefile.in Tue Aug 10 21:10:15 2004
-@@ -151,7 +151,7 @@
- appdir = $(datadir)/application-registry
- app_DATA = glabels.applications
-
--newmimedir = $(datadir)/mime/packages
-+newmimedir = $(prefix)/share/mime/packages
- newmime_DATA = $(xml_files)
-
- EXTRA_DIST = \
-@@ -331,11 +331,11 @@
- @INTLTOOL_XML_RULE@
-
- install-data-hook:
--@HAVE_NEW_MIME_TRUE@ $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
-+@HAVE_NEW_MIME_TRUE@ $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(prefix)/share/mime"
- @HAVE_NEWER_MIME_TRUE@ $(UPDATE_DESKTOP_DATABASE)
-
- uninstall-hook:
--@HAVE_NEW_MIME_TRUE@ $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(datadir)/mime"
-+@HAVE_NEW_MIME_TRUE@ $(UPDATE_MIME_DATABASE) "$(DESTDIR)$(prefix)/share/mime"
- @HAVE_NEWER_MIME_TRUE@ $(UPDATE_DESKTOP_DATABASE)
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.