Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 22:44:32 +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: r389999 - head/deskutils/cartotheque
Message-ID:  <201506172244.t5HMiWuK079972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 17 22:44:31 2015
New Revision: 389999
URL: https://svnweb.freebsd.org/changeset/ports/389999

Log:
  - Strip binary

Modified:
  head/deskutils/cartotheque/Makefile

Modified: head/deskutils/cartotheque/Makefile
==============================================================================
--- head/deskutils/cartotheque/Makefile	Wed Jun 17 22:44:29 2015	(r389998)
+++ head/deskutils/cartotheque/Makefile	Wed Jun 17 22:44:31 2015	(r389999)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cartotheque
 PORTVERSION=	0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	LOCAL/dinoex
 DISTNAME=	Cartotheque-${PORTVERSION}
@@ -19,4 +19,7 @@ post-patch:
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
 		${WRKSRC}/GNUmakefile
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Cartotheque.app/Cartotheque
+
 .include <bsd.port.mk>



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