svn commit: r373208 - head/games/grubik

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 24 14:06:44 UTC 2014


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 at 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
- at dirrm GNUstep/System/Applications/GRubik.app/Resources
- at dirrm GNUstep/System/Applications/GRubik.app


More information about the svn-ports-all mailing list