diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-21 08:23:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-21 08:23:18 +0800 |
commit | bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897 (patch) | |
tree | 89f20b3b5d60809a7f381d51420e359317eff29e /cad | |
parent | aa1b44adde1d2ee8c690fd06033802c66de5c390 (diff) | |
download | freebsd-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 'cad')
-rw-r--r-- | cad/oregano/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/cad/oregano/files/patch-Makefile.in b/cad/oregano/files/patch-Makefile.in deleted file mode 100644 index 90d13a8ac214..000000000000 --- a/cad/oregano/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Fri Nov 26 13:09:27 2004 -+++ Makefile.in Fri Nov 26 18:58:35 2004 -@@ -130,7 +130,7 @@ - - MIMEFILES = oregano.xml.in - --mimedir = $(datadir)/mime/packages -+mimedir = $(prefix)/share/mime/packages - mime_DATA = oregano.xml - - CLEANFILES = $(mime_DATA) -@@ -527,7 +527,7 @@ - @INTLTOOL_XML_RULE@ - - install-data-hook: --@UPDATE_MIME_TRUE@ update-mime-database $(datadir)/mime -+@UPDATE_MIME_TRUE@ update-mime-database $(prefix)/share/mime - @UPDATE_MIME_FALSE@ @true - - oregano.keys: oregano.keys.in Makefile |