Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2014 14:06:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373208 - head/games/grubik
Message-ID:  <201411241406.sAOE6hUd067335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Nov 24 14:06:43 2014
New Revision: 373208
URL: https://svnweb.freebsd.org/changeset/ports/373208
QAT: https://qat.redports.org/buildarchive/r373208/

Log:
  - Clarify LICENSE
  - Strip binary
  - Drop @dirrm* from plist

Modified:
  head/games/grubik/Makefile
  head/games/grubik/pkg-plist

Modified: head/games/grubik/Makefile
==============================================================================
--- head/games/grubik/Makefile	Mon Nov 24 14:00:07 2014	(r373207)
+++ head/games/grubik/Makefile	Mon Nov 24 14:06:43 2014	(r373208)
@@ -10,7 +10,7 @@ DISTNAME=	GRubik
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Virtual 3D Rubiks cube for GNUstep
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
 
 USES=		tar:tgz tar:tgz
 USE_GNUSTEP=	yes
@@ -25,4 +25,7 @@ post-patch:
 	${REINPLACE_CMD} -e 's|^//|# //|' \
 		-e "/GNUSTEP_INSTALLATION_DIR/d" ${WRKSRC}/GNUmakefile
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GRubik.app/GRubik
+
 .include <bsd.port.mk>

Modified: head/games/grubik/pkg-plist
==============================================================================
--- head/games/grubik/pkg-plist	Mon Nov 24 14:00:07 2014	(r373207)
+++ head/games/grubik/pkg-plist	Mon Nov 24 14:06:43 2014	(r373208)
@@ -3,5 +3,3 @@ GNUstep/System/Applications/GRubik.app/R
 GNUstep/System/Applications/GRubik.app/Resources/Info-gnustep.plist
 GNUstep/System/Applications/GRubik.app/stamp.make
 GNUstep/System/Tools/GRubik
-@dirrm GNUstep/System/Applications/GRubik.app/Resources
-@dirrm GNUstep/System/Applications/GRubik.app



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241406.sAOE6hUd067335>