svn commit: r390001 - head/math/edenmath

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 22:44:43 UTC 2015


Author: amdmi3
Date: Wed Jun 17 22:44:42 2015
New Revision: 390001
URL: https://svnweb.freebsd.org/changeset/ports/390001

Log:
  - Strip binary

Modified:
  head/math/edenmath/Makefile

Modified: head/math/edenmath/Makefile
==============================================================================
--- head/math/edenmath/Makefile	Wed Jun 17 22:44:38 2015	(r390000)
+++ head/math/edenmath/Makefile	Wed Jun 17 22:44:42 2015	(r390001)
@@ -3,7 +3,7 @@
 
 PORTNAME=	edenmath
 PORTVERSION=	1.1.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	math gnustep
 MASTER_SITES=	http://www.eskimo.com/~pburns/EdenMath/files/
 DISTNAME=	EdenMath_GNUstep-${PORTVERSION}
@@ -20,4 +20,7 @@ post-patch:
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
 		${WRKSRC}/GNUmakefile
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/EdenMath.app/EdenMath
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list