Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 12:55:30 +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: r389913 - head/deskutils/affiche
Message-ID:  <201506171255.t5HCtU4w076975@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 17 12:55:29 2015
New Revision: 389913
URL: https://svnweb.freebsd.org/changeset/ports/389913

Log:
  - Strip binary

Modified:
  head/deskutils/affiche/Makefile

Modified: head/deskutils/affiche/Makefile
==============================================================================
--- head/deskutils/affiche/Makefile	Wed Jun 17 12:54:57 2015	(r389912)
+++ head/deskutils/affiche/Makefile	Wed Jun 17 12:55:29 2015	(r389913)
@@ -2,7 +2,7 @@
 
 PORTNAME=	affiche
 PORTVERSION=	0.6.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://www.collaboration-world.com/affiche.data/releases/Stable/
 DISTNAME=	Affiche-${PORTVERSION}
@@ -17,4 +17,7 @@ USE_GNUSTEP=	back build
 
 WRKSRC=		${WRKDIR}/Affiche
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Affiche.app/Affiche
+
 .include <bsd.port.mk>



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