svn commit: r389999 - head/deskutils/cartotheque

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


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>


More information about the svn-ports-all mailing list