Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:26:50 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419850 - head/graphics/grafx2
Message-ID:  <201608081426.u78EQo8Q010894@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 14:26:50 2016
New Revision: 419850
URL: https://svnweb.freebsd.org/changeset/ports/419850

Log:
  Strip binary

Modified:
  head/graphics/grafx2/Makefile

Modified: head/graphics/grafx2/Makefile
==============================================================================
--- head/graphics/grafx2/Makefile	Mon Aug  8 14:24:27 2016	(r419849)
+++ head/graphics/grafx2/Makefile	Mon Aug  8 14:26:50 2016	(r419850)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grafx2
 PORTVERSION=	2.4.2035
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -51,4 +51,7 @@ post-patch:
 		-e 's|Extract_path(program_dir, argv0);|strcpy(program_dir,"${PREFIX}/bin/");|' \
 		${WRKSRC}/setup.c
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grafx2
+
 .include <bsd.port.mk>



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