aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2013-01-02 09:35:10 +0800
committermandree <mandree@FreeBSD.org>2013-01-02 09:35:10 +0800
commiteec88796b5711bc52501c21fa5523e849b2ccccd (patch)
tree935518dd310b9afba0b984a0ae2f18ab25c7b056 /print
parentf22db362d2ad958b481edca2e1a2c95604c8b782 (diff)
downloadfreebsd-ports-gnome-eec88796b5711bc52501c21fa5523e849b2ccccd.tar.gz
freebsd-ports-gnome-eec88796b5711bc52501c21fa5523e849b2ccccd.tar.zst
freebsd-ports-gnome-eec88796b5711bc52501c21fa5523e849b2ccccd.zip
Fix MimeTypes -> MimeType in .desktop file,
so that JabRef gets registered as application for text/x-bibtex files.
Diffstat (limited to 'print')
-rw-r--r--print/jabref/Makefile4
-rw-r--r--print/jabref/files/jabref.desktop.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/print/jabref/Makefile b/print/jabref/Makefile
index a4edbe41da06..4298922df4ad 100644
--- a/print/jabref/Makefile
+++ b/print/jabref/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jabref
PORTVERSION= 2.9.1
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= print java editors
MASTER_SITES= SF
@@ -36,6 +36,6 @@ do-install:
${INSTALL_DATA} ${FILESDIR}/JabRef-icon-48.png "${icon}"
${MKDIR} ${DESKTOPDIR}
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${DESKTOPDIR}
- -${LOCALBASE}/bin/update-desktop-database > /dev/null
+ -${LOCALBASE}/bin/update-desktop-database -q
.include <bsd.port.mk>
diff --git a/print/jabref/files/jabref.desktop.in b/print/jabref/files/jabref.desktop.in
index 056ededb1e15..366349a8d0ed 100644
--- a/print/jabref/files/jabref.desktop.in
+++ b/print/jabref/files/jabref.desktop.in
@@ -6,6 +6,6 @@ GenericName=Bibliographic Reference Manager
Comment=Open Source Bibliography Reference Manager for BibTeX databases
Icon=%%DATADIR%%/jabref-icon48x48.png
Exec=%%PREFIX%%/bin/jabref %f
-MimeTypes=text/x-bibtex;
+MimeType=text/x-bibtex;
Categories=Education;Science;
StartupNotify=false