svn commit: r390050 - head/japanese/jishyo

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 19:49:09 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list