- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-06-17 22:44:38 +00:00
parent bd31cdb6f3
commit 9cc8304feb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390000

View File

@ -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>