From 5dd37213f549b0d2fd158b1fa8024daeda2acfb2 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Mon, 7 Jan 2013 02:07:26 +0000 Subject: - 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 --- japanese/ochusha/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'japanese') diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index 28fd40a3dc82..911c9324894f 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ochusha -# Date created: 15 April 2006 -# Whom: sgr -# +# Created by: sgr # $FreeBSD$ -# PORTNAME= ochusha PORTVERSION= 0.5.8.2 @@ -13,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= ochusha/16560 MAINTAINER= ports@FreeBSD.org -COMMENT= A GUI BBS browser for 2ch.net +COMMENT= GUI BBS browser for 2ch.net MAN1= ochusha.1 MANCOMPRESSED= no @@ -25,9 +21,9 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool USE_PKGCONFIG= yes -DESKTOP_ENTRIES="Ochusha" "A GUI BBS browser for 2ch.net" \ - "${LOCALBASE}/share/ochusha/ochusha32.xpm" \ - "ochusha" "Application;Network;" \ +DESKTOP_ENTRIES="Ochusha" "${COMMENT}" \ + "${PREFIX}/share/ochusha/ochusha32.xpm" \ + "ochusha" "Network;" \ false post-patch: -- cgit v1.2.3