diff options
author | miwi <miwi@FreeBSD.org> | 2009-11-03 04:52:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-11-03 04:52:29 +0800 |
commit | 3cd448870b37ff42550d122745e3d57ff4fba88f (patch) | |
tree | 5a170468b738bcaa95d3402f00eff4b9178d68d4 /textproc | |
parent | bb10a484f3032c6850ab0e66a5f7b242c7bcee46 (diff) | |
download | freebsd-ports-gnome-3cd448870b37ff42550d122745e3d57ff4fba88f.tar.gz freebsd-ports-gnome-3cd448870b37ff42550d122745e3d57ff4fba88f.tar.zst freebsd-ports-gnome-3cd448870b37ff42550d122745e3d57ff4fba88f.zip |
- Add DESKTOP_ENTRIES
PR: 140032
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/m17n-im-config/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/m17n-im-config/Makefile b/textproc/m17n-im-config/Makefile index 0a5da0412706..1b9b3574927b 100644 --- a/textproc/m17n-im-config/Makefile +++ b/textproc/m17n-im-config/Makefile @@ -25,6 +25,13 @@ USE_GETTEXT= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes +DESKTOP_ENTRIES="M17N-IM Configuration" \ + "${COMMENT}" \ + "" \ + "m17n-im-config" \ + "Settings;" \ + true + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" |