svn commit: r379973 - head/graphics/pixen
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Feb 26 01:25:45 UTC 2015
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 at 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>
More information about the svn-ports-all
mailing list