Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 19:48:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390047 - head/print/gspdf
Message-ID:  <201506181948.t5IJmekV000978@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 18 19:48:39 2015
New Revision: 390047
URL: https://svnweb.freebsd.org/changeset/ports/390047

Log:
  - Strip binary

Modified:
  head/print/gspdf/Makefile

Modified: head/print/gspdf/Makefile
==============================================================================
--- head/print/gspdf/Makefile	Thu Jun 18 19:48:35 2015	(r390046)
+++ head/print/gspdf/Makefile	Thu Jun 18 19:48:39 2015	(r390047)
@@ -2,7 +2,7 @@
 
 PORTNAME=	gspdf
 PORTVERSION=	0.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	print gnustep
 MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GSPdf-${PORTVERSION}
@@ -14,6 +14,9 @@ USES=		gnustep
 USE_GNUSTEP=	back build
 USE_GHOSTSCRIPT=	yes
 
-MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+MAKE_ENV=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
+
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GSPdf.app/GSPdf
 
 .include <bsd.port.mk>



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