svn commit: r390000 - head/deskutils/displaycalibrator

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 17 22:44:39 UTC 2015


Author: amdmi3
Date: Wed Jun 17 22:44:38 2015
New Revision: 390000
URL: https://svnweb.freebsd.org/changeset/ports/390000

Log:
  - Strip binary

Modified:
  head/deskutils/displaycalibrator/Makefile

Modified: head/deskutils/displaycalibrator/Makefile
==============================================================================
--- head/deskutils/displaycalibrator/Makefile	Wed Jun 17 22:44:31 2015	(r389999)
+++ head/deskutils/displaycalibrator/Makefile	Wed Jun 17 22:44:38 2015	(r390000)
@@ -2,7 +2,7 @@
 
 PORTNAME=	displaycalibrator
 PORTVERSION=	0.7
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	http://gnu.ethz.ch/linuks.mine.nu/displaycalibrator/
 
@@ -12,4 +12,7 @@ COMMENT=	Frontend to xgamma
 USES=		gnustep
 USE_GNUSTEP=	back build
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/DisplayCalibrator.app/DisplayCalibrator
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list