Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Mar 2015 12:07:24 +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: r380587 - head/deskutils/appwrapper
Message-ID:  <201503061207.t26C7OxU004267@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Mar  6 12:07:23 2015
New Revision: 380587
URL: https://svnweb.freebsd.org/changeset/ports/380587
QAT: https://qat.redports.org/buildarchive/r380587/

Log:
  - Strip binary

Modified:
  head/deskutils/appwrapper/Makefile

Modified: head/deskutils/appwrapper/Makefile
==============================================================================
--- head/deskutils/appwrapper/Makefile	Fri Mar  6 12:07:06 2015	(r380586)
+++ head/deskutils/appwrapper/Makefile	Fri Mar  6 12:07:23 2015	(r380587)
@@ -2,7 +2,7 @@
 
 PORTNAME=	appwrapper
 PORTVERSION=	0.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
 DISTNAME=	AppWrapper.${PORTVERSION}
@@ -25,4 +25,7 @@ post-patch:
 	${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
 		${WRKSRC}/GNUmakefile
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/AppWrapper.app/AppWrapper
+
 .include <bsd.port.mk>



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