aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/gnochm
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-12-21 08:23:18 +0800
committermezz <mezz@FreeBSD.org>2004-12-21 08:23:18 +0800
commitbf9c663e6affe50ef80f7fee3a94cc1ee3c2c897 (patch)
tree89f20b3b5d60809a7f381d51420e359317eff29e /deskutils/gnochm
parentaa1b44adde1d2ee8c690fd06033802c66de5c390 (diff)
downloadfreebsd-ports-gnome-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.tar.gz
freebsd-ports-gnome-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.tar.zst
freebsd-ports-gnome-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.zip
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
Diffstat (limited to 'deskutils/gnochm')
-rw-r--r--deskutils/gnochm/files/patch-data-Makefile.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/deskutils/gnochm/files/patch-data-Makefile.in b/deskutils/gnochm/files/patch-data-Makefile.in
deleted file mode 100644
index 8b2ae596d812..000000000000
--- a/deskutils/gnochm/files/patch-data-Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- data/Makefile.in.orig Thu Dec 2 01:00:48 2004
-+++ data/Makefile.in Thu Dec 2 01:02:50 2004
-@@ -199,7 +199,7 @@
- mime_DATA = gnochm.mime
-
- # Should I use XDG_DATA_DIRS/mime/packages ????
--sharedmimedir = $(datadir)/mime/packages
-+sharedmimedir = $(prefix)/share/mime/packages
- sharedmime_in_files = gnochm.xml.in
- sharedmime_DATA = $(sharedmime_in_files:.xml.in=.xml)
- man_MANS = gnochm.1
-@@ -543,7 +543,7 @@
-
- install-data-hook:
- if test "$(SHAREDMIME_TOOL)" != "no"; then \
-- $(SHAREDMIME_TOOL) $(datadir)/mime; \
-+ $(SHAREDMIME_TOOL) $(prefix)/share/mime; \
- fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.