summaryrefslogtreecommitdiff
path: root/cad/pdnmesh
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/pdnmesh
parent5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff)
downloadfreebsd-ports-5dd37213f549b0d2fd158b1fa8024daeda2acfb2.zip
- 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
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r--cad/pdnmesh/Makefile4
1 files changed, 2 insertions, 2 deletions
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>