From 98ab99073aeb33378d8b88155f46aeff2a255834 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 18 Jun 2015 19:49:39 +0000 Subject: - Strip binaries --- deskutils/preferences/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deskutils/preferences/Makefile b/deskutils/preferences/Makefile index 3577fc894f02..be2142b4145b 100644 --- a/deskutils/preferences/Makefile +++ b/deskutils/preferences/Makefile @@ -2,7 +2,7 @@ PORTNAME= preferences PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnustep MASTER_SITES= SF/prefsapp/prefsapp/${PORTVERSION} DISTNAME= Preferences-${PORTVERSION} @@ -28,4 +28,10 @@ post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile.preamble +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Preferences.app/Preferences + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Preferences.app/Resources/PrefsApp.prefs/PrefsApp + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Frameworks/PrefsModule.framework/Versions/0/libPrefsModule.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Preferences/Keyboard.prefs/Keyboard + .include -- cgit