diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-01-07 02:07:26 +0000 |
commit | 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /math/convertall | |
parent | 5fa1ec89fceb95ba8e0ff259f73e7e55da5383c2 (diff) |
Notes
Diffstat (limited to 'math/convertall')
-rw-r--r-- | math/convertall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index 173684497f2e..3531fb2f9f63 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/ConvertAll USE_PYTHON= 2.4+ -DESKTOP_ENTRIES="ConvertAll" "${COMMENT}" "${DATADIR}/icons/${PORTNAME}.svg" \ +DESKTOP_ENTRIES="ConvertAll" "Unit converter" "${DATADIR}/icons/${PORTNAME}.svg" \ "${PORTNAME}" "Utility;Calculator;" true .include <bsd.port.options.mk> |