Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 19:49:08 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390050 - head/japanese/jishyo
Message-ID:  <201506181949.t5IJn8u8001395@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 18 19:49:08 2015
New Revision: 390050
URL: https://svnweb.freebsd.org/changeset/ports/390050

Log:
  - Clarify LICENSE
  - straipbin

Modified:
  head/japanese/jishyo/Makefile

Modified: head/japanese/jishyo/Makefile
==============================================================================
--- head/japanese/jishyo/Makefile	Thu Jun 18 19:49:04 2015	(r390049)
+++ head/japanese/jishyo/Makefile	Thu Jun 18 19:49:08 2015	(r390050)
@@ -3,7 +3,7 @@
 
 PORTNAME=	jishyo
 PORTVERSION=	0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	japanese gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/Dictionaries/files/
 DISTNAME=	Jishyo-${PORTVERSION}
@@ -11,9 +11,12 @@ DISTNAME=	Jishyo-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	English to Japanese dictionary for GNUstep
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
 
 USES=		gnustep
 USE_GNUSTEP=	back build
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Jishyo.app/Jishyo
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506181949.t5IJn8u8001395>