svn commit: r380587 - head/deskutils/appwrapper

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 6 12:07:24 UTC 2015


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>


More information about the svn-ports-head mailing list