Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 12:34:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389702 - head/graphics/autoq3d
Message-ID:  <201506151234.t5FCYkHA010621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 15 12:34:45 2015
New Revision: 389702
URL: https://svnweb.freebsd.org/changeset/ports/389702

Log:
  - Fix executable and icon names in the .desktop file
  
  PR:		200847

Modified:
  head/graphics/autoq3d/Makefile

Modified: head/graphics/autoq3d/Makefile
==============================================================================
--- head/graphics/autoq3d/Makefile	Mon Jun 15 12:26:07 2015	(r389701)
+++ head/graphics/autoq3d/Makefile	Mon Jun 15 12:34:45 2015	(r389702)
@@ -3,7 +3,7 @@
 
 PORTNAME=	autoq3d
 PORTVERSION=	1.40
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/AutoQ3D%20${PORTVERSION}
 DISTNAME=	AutoQ3DCommunity${PORTVERSION:C/\./-/}qt4source
@@ -23,8 +23,8 @@ USE_QT4=	corelib gui opengl moc_build
 PORTDOCS=	3DQformat.txt ChangeLog.txt
 OPTIONS_DEFINE=	DOCS
 
-DESKTOP_ENTRIES="AutoQ3D" "" "${PORTNAME}" \
-		"${PORTNAME}" "Graphics;3DGraphics;Qt;" ""
+DESKTOP_ENTRIES="AutoQ3D" "" "AutoQ3D" \
+		"AutoQ3D" "Graphics;3DGraphics;Qt;" ""
 
 post-patch:
 .for file in src/main.cpp src/fgui/cadform.cpp src/dialogs/prgsettings.cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506151234.t5FCYkHA010621>