Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 19:44:55 +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: r390043 - head/deskutils/gnustep-notebook
Message-ID:  <201506181944.t5IJitGL099958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 18 19:44:55 2015
New Revision: 390043
URL: https://svnweb.freebsd.org/changeset/ports/390043

Log:
  - Strip binary

Modified:
  head/deskutils/gnustep-notebook/Makefile

Modified: head/deskutils/gnustep-notebook/Makefile
==============================================================================
--- head/deskutils/gnustep-notebook/Makefile	Thu Jun 18 18:58:44 2015	(r390042)
+++ head/deskutils/gnustep-notebook/Makefile	Thu Jun 18 19:44:55 2015	(r390043)
@@ -2,7 +2,7 @@
 
 PORTNAME=	notebook
 PORTVERSION=	0.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://notebook.cowgar.com/NoteBook/releases/ \
 		http://io.debian.net/~tar/debian/notebook/
@@ -17,4 +17,7 @@ LICENSE=	GPLv2
 USES=		gnustep
 USE_GNUSTEP=	back build
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/NoteBook.app/NoteBook
+
 .include <bsd.port.mk>



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