Index: head/japanese/jishyo/Makefile =================================================================== --- head/japanese/jishyo/Makefile (revision 390049) +++ head/japanese/jishyo/Makefile (revision 390050) @@ -1,19 +1,22 @@ # Created by: gurkan@phys.ethz.ch # $FreeBSD$ PORTNAME= jishyo PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Dictionaries/files/ 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