aboutsummaryrefslogtreecommitdiff
path: root/japanese/jishyo
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:49:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-18 19:49:08 +0000
commita3a0c8a234dce08e1906b7d8a8cb01544c4c807b (patch)
tree336f4aed7548d062b6c54941c74593c09344c867 /japanese/jishyo
parent17b145cbc47402b074852517e9b9ef03f43d8c07 (diff)
downloadports-a3a0c8a234dce08e1906b7d8a8cb01544c4c807b.tar.gz
ports-a3a0c8a234dce08e1906b7d8a8cb01544c4c807b.zip
- Clarify LICENSE
- straipbin
Notes
Notes: svn path=/head/; revision=390050
Diffstat (limited to 'japanese/jishyo')
-rw-r--r--japanese/jishyo/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/jishyo/Makefile b/japanese/jishyo/Makefile
index dbd66fba3f0c..b0c24dded682 100644
--- a/japanese/jishyo/Makefile
+++ b/japanese/jishyo/Makefile
@@ -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>