svn commit: r390047 - head/print/gspdf

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 19:48:40 UTC 2015


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>


More information about the svn-ports-all mailing list