diff options
author | miwi <miwi@FreeBSD.org> | 2008-04-28 03:44:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-04-28 03:44:53 +0800 |
commit | 6b8af3d067ae945cb9bfdb0f176ac404f1de4898 (patch) | |
tree | 23c47b656f42c1134d461138dd01c721612b5c13 /japanese | |
parent | d682b9a0d64e7a3314aefbbc4344aa3ea3b15cfa (diff) | |
download | freebsd-ports-gnome-6b8af3d067ae945cb9bfdb0f176ac404f1de4898.tar.gz freebsd-ports-gnome-6b8af3d067ae945cb9bfdb0f176ac404f1de4898.tar.zst freebsd-ports-gnome-6b8af3d067ae945cb9bfdb0f176ac404f1de4898.zip |
- Fix DESKTOP_ENTRIES
PR: 123145
Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ochusha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index 2c23e578d125..c14622c9babc 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -24,9 +24,9 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= automake:110 autoconf:261 aclocal:110 libtool:15 -DESKTOP_ENTRIES="ochusha" "A GUI BBS browser for 2ch.net" \ +DESKTOP_ENTRIES="Ochusha" "A GUI BBS browser for 2ch.net" \ "${LOCALBASE}/share/ochusha/ochusha32.xpm" \ - "Ochusha" "Application;Network;" \ + "ochusha" "Application;Network;" \ false ACLOCAL_ARGS= -I "${ACLOCAL_DIR}" -I ${LOCALBASE}/share/aclocal |