[Midnightbsd-cvs] mports [21292] trunk/deskutils/preferences/Makefile: strip

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 26 09:25:58 EDT 2016


Revision: 21292
          http://svnweb.midnightbsd.org/mports/?rev=21292
Author:   laffer1
Date:     2016-03-26 09:25:58 -0400 (Sat, 26 Mar 2016)
Log Message:
-----------
strip

Modified Paths:
--------------
    trunk/deskutils/preferences/Makefile

Modified: trunk/deskutils/preferences/Makefile
===================================================================
--- trunk/deskutils/preferences/Makefile	2016-03-26 13:24:48 UTC (rev 21291)
+++ trunk/deskutils/preferences/Makefile	2016-03-26 13:25:58 UTC (rev 21292)
@@ -8,7 +8,7 @@
 
 PORTNAME=	preferences
 PORTVERSION=	1.2.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	deskutils gnustep
 MASTER_SITES=	SF/prefsapp/prefsapp/${PORTVERSION}
 DISTNAME=	Preferences-${PORTVERSION}
@@ -24,7 +24,6 @@
 USE_LDCONFIG=	${GNUSTEP_SYSTEM_LIBRARIES}
 
 DEAFULT_LIBVERSION=	1.1.1
-MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
 MODIFY=		GNUmakefile.preamble PrefsModule/GNUmakefile.preamble \
 		Modules/Keyboard/GNUmakefile.preamble \
 		Modules/PrefsApp/GNUmakefile.preamble
@@ -34,4 +33,10 @@
 	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
 		${WRKSRC}/GNUmakefile.preamble
 
+post-install:
+	${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/Preferences.app/Preferences
+	${STRIP_CMD} ${PREFIX}/GNUstep/System/Applications/Preferences.app/Resources/PrefsApp.prefs/PrefsApp
+	${STRIP_CMD} ${PREFIX}/GNUstep/System/Library/Frameworks/PrefsModule.framework/Versions/0/libPrefsModule.so
+	${STRIP_CMD} ${PREFIX}/GNUstep/System/Library/Preferences/Keyboard.prefs/Keyboard
+
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list