aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-18 06:44:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-18 06:44:38 +0800
commiteebfecced92f7007e804cf5bd31b8bc1c9a0eb43 (patch)
tree099ae2cdfd2fc4d58353b8061c1e4b91e3962242 /deskutils
parentc0f7379e0e85e36620c7eb4d9d5c568cfdd54da0 (diff)
downloadfreebsd-ports-gnome-eebfecced92f7007e804cf5bd31b8bc1c9a0eb43.tar.gz
freebsd-ports-gnome-eebfecced92f7007e804cf5bd31b8bc1c9a0eb43.tar.zst
freebsd-ports-gnome-eebfecced92f7007e804cf5bd31b8bc1c9a0eb43.zip
- Strip binary
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/displaycalibrator/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/displaycalibrator/Makefile b/deskutils/displaycalibrator/Makefile
index 9664c1b8033a..465c84faad43 100644
--- a/deskutils/displaycalibrator/Makefile
+++ b/deskutils/displaycalibrator/Makefile
@@ -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>