Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 01:25:44 +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: r379973 - head/graphics/pixen
Message-ID:  <201502260125.t1Q1PiOM054671@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb 26 01:25:44 2015
New Revision: 379973
URL: https://svnweb.freebsd.org/changeset/ports/379973
QAT: https://qat.redports.org/buildarchive/r379973/

Log:
  - Strip binary
  - Add LICENSE_FILE

Modified:
  head/graphics/pixen/Makefile

Modified: head/graphics/pixen/Makefile
==============================================================================
--- head/graphics/pixen/Makefile	Thu Feb 26 01:25:38 2015	(r379972)
+++ head/graphics/pixen/Makefile	Thu Feb 26 01:25:44 2015	(r379973)
@@ -11,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphics editing software for small-scale pictures for GNUstep
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/License.txt
 
 USES=		tar:bzip2
 USE_GNUSTEP=	yes
@@ -20,4 +21,7 @@ USE_GNUSTEP_INSTALL=	yes
 
 ADDITIONAL_OBJCFLAGS+=	-Dlog2=logb
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Pixen.app/Pixen
+
 .include <bsd.port.mk>



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