svn commit: r390055 - head/deskutils/preferences

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 19:49:40 UTC 2015


Author: amdmi3
Date: Thu Jun 18 19:49:39 2015
New Revision: 390055
URL: https://svnweb.freebsd.org/changeset/ports/390055

Log:
  - Strip binaries

Modified:
  head/deskutils/preferences/Makefile

Modified: head/deskutils/preferences/Makefile
==============================================================================
--- head/deskutils/preferences/Makefile	Thu Jun 18 19:49:24 2015	(r390054)
+++ head/deskutils/preferences/Makefile	Thu Jun 18 19:49:39 2015	(r390055)
@@ -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 <bsd.port.mk>


More information about the svn-ports-all mailing list