svn commit: r390044 - head/deskutils/gnustep-wrapper

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 19:45:17 UTC 2015


Author: amdmi3
Date: Thu Jun 18 19:45:16 2015
New Revision: 390044
URL: https://svnweb.freebsd.org/changeset/ports/390044

Log:
  - Add LICENSE_FILE
  - Fix binary installation
  - Strip binaries

Modified:
  head/deskutils/gnustep-wrapper/Makefile

Modified: head/deskutils/gnustep-wrapper/Makefile
==============================================================================
--- head/deskutils/gnustep-wrapper/Makefile	Thu Jun 18 19:44:55 2015	(r390043)
+++ head/deskutils/gnustep-wrapper/Makefile	Thu Jun 18 19:45:16 2015	(r390044)
@@ -2,7 +2,7 @@
 
 PORTNAME=	wrapper
 PORTVERSION=	0.1.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	deskutils gnustep
 #MASTER_SITES=	ftp://ftp.raffael.ch/software/GNUstepWrapper/
 MASTER_SITES=	LOCAL/dinoex
@@ -13,6 +13,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Create GNUstep app-wrappers of non-GNUstep applications
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gnustep
 USE_GNUSTEP=	back build
@@ -29,7 +30,10 @@ post-patch:
 		${WRKSRC}/GNUmakefile
 
 post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \
+	${INSTALL_PROGRAM} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \
 		${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/GSWrapper_Launcher
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Libraries/libGSWrapper.so
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/WrapperFactory.app/WrapperFactory
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list