Date: Wed, 17 Jun 2015 22:44:44 +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: r390002 - head/finance/expense Message-ID: <201506172244.t5HMiiWM080336@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 17 22:44:44 2015 New Revision: 390002 URL: https://svnweb.freebsd.org/changeset/ports/390002 Log: - Strip binary Modified: head/finance/expense/Makefile Modified: head/finance/expense/Makefile ============================================================================== --- head/finance/expense/Makefile Wed Jun 17 22:44:42 2015 (r390001) +++ head/finance/expense/Makefile Wed Jun 17 22:44:44 2015 (r390002) @@ -2,7 +2,7 @@ PORTNAME= expense PORTVERSION= 0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= finance gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/ DISTNAME= Expense-${PORTVERSION} @@ -19,4 +19,7 @@ WRKSRC= ${WRKDIR}/Expense PORTSCOUT= ignore:1 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Expense.app/Expense + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506172244.t5HMiiWM080336>