diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 20:34:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-15 20:34:45 +0800 |
commit | 50c78f5bd957a26088a0f4f5253c271f051017f9 (patch) | |
tree | 729d68fd202fc1e81bb826442d52beabe9f675f0 /graphics | |
parent | ab02ed8aedc5bd5639929373b83083020be36545 (diff) | |
download | freebsd-ports-gnome-50c78f5bd957a26088a0f4f5253c271f051017f9.tar.gz freebsd-ports-gnome-50c78f5bd957a26088a0f4f5253c271f051017f9.tar.zst freebsd-ports-gnome-50c78f5bd957a26088a0f4f5253c271f051017f9.zip |
- Fix executable and icon names in the .desktop file
PR: 200847
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autoq3d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/autoq3d/Makefile b/graphics/autoq3d/Makefile index a90ca90a7c17..6c0e5140c711 100644 --- a/graphics/autoq3d/Makefile +++ b/graphics/autoq3d/Makefile @@ -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 |