diff options
Diffstat (limited to 'science/zotero/Makefile')
-rw-r--r-- | science/zotero/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/zotero/Makefile b/science/zotero/Makefile index 0cedf6fdeed8..e0040b99561b 100644 --- a/science/zotero/Makefile +++ b/science/zotero/Makefile @@ -1,6 +1,5 @@ PORTNAME= zotero -DISTVERSION= 6.0.36 -PORTREVISION= 2 +DISTVERSION= 7.0.10 CATEGORIES= science deskutils MASTER_SITES= LOCAL/mikael DISTFILES= Zotero-${DISTVERSION}_FreeBSD-${ARCH}${EXTRACT_SUFX} @@ -53,7 +52,7 @@ do-install: @${MKDIR} ${INSTALLDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${INSTALLDIR}) ${CP} ${INSTALLDIR}/zotero.desktop ${STAGEDIR}${PREFIX}/share/applications - ${LN} -sf ${PREFIX}/lib/zotero/chrome/icons/default/default48.png ${STAGEDIR}${PREFIX}/share/pixmaps/zotero.png + ${LN} -sf ${PREFIX}/lib/zotero/icons/icon128.png ${STAGEDIR}${PREFIX}/share/pixmaps/zotero.png ${RLN} ${INSTALLDIR}/zotero ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> |