svn commit: r419850 - head/graphics/grafx2

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:26:51 UTC 2016


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>


More information about the svn-ports-all mailing list