summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-01-07 02:07:26 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-01-07 02:07:26 +0000
commit5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch)
tree4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /cad
parent- Removed empty directory %%DATADIR%%/doc (diff)
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
Notes
Notes: svn path=/head/; revision=310020
Diffstat (limited to 'cad')
-rw-r--r--cad/leocad/Makefile4
-rw-r--r--cad/pdnmesh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile
index 17afdf2168c5..0f2272192cbd 100644
--- a/cad/leocad/Makefile
+++ b/cad/leocad/Makefile
@@ -9,7 +9,7 @@ DISTFILES= ${LEOCAD_DISTNAME} ${LEOCAD_PIECES}
EXTRACT_ONLY= ${LEOCAD_DISTNAME}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A CAD program that uses bricks similar to those found in many toys
+COMMENT= CAD modeling with LEGO-like bricks
EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
@@ -25,7 +25,7 @@ USE_GMAKE= yes
USE_GNOME= gtk20
MAKE_JOBS_UNSAFE= yes
-DESKTOP_ENTRIES="Leocad" "${COMMENT}" "" "${PORTNAME}" "Engineering;" "true"
+DESKTOP_ENTRIES="Leocad" "${COMMENT}" "" "${PORTNAME}" "" "true"
PLIST_FILES= bin/leocad \
${DATADIR_REL}/pieces.bin \
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile
index 431dcd084b3a..4c8ac942673c 100644
--- a/cad/pdnmesh/Makefile
+++ b/cad/pdnmesh/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Finite element program
+COMMENT= Mesh generator and solver for Finite Element problems
LICENSE= GPLv2 # (or later)
@@ -43,7 +43,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
MAN1= pdnmesh.1
MAN5= pdnmesh_input.5
-DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "" "${PORTNAME}" "" "true"
+DESKTOP_ENTRIES="pdnMesh" "${COMMENT}" "" "${PORTNAME}" "" "true"
.include <bsd.port.options.mk>