svn commit: r374195 - head/games/gshisen

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 7 13:36:48 UTC 2014


Author: amdmi3
Date: Sun Dec  7 13:36:47 2014
New Revision: 374195
URL: https://svnweb.freebsd.org/changeset/ports/374195
QAT: https://qat.redports.org/buildarchive/r374195/

Log:
  - Simplify MASTER_SITES
  - Add LICENSE
  - Strip binary
  - Drop @dirrm* from plist

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

Modified: head/games/gshisen/Makefile
==============================================================================
--- head/games/gshisen/Makefile	Sun Dec  7 13:36:42 2014	(r374194)
+++ head/games/gshisen/Makefile	Sun Dec  7 13:36:47 2014	(r374195)
@@ -5,13 +5,14 @@ PORTNAME=	gshisen
 PORTVERSION=	1.3.0
 PORTREVISION=	2
 CATEGORIES=	games gnustep
-MASTER_SITES=	${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR=	gap
+MASTER_SITES=	SAVANNAH/gap
 DISTNAME=	GShisen-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Shisen-sho puzzle game for GNUstep
 
+LICENSE=	GPLv2 # or later
+
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
@@ -19,4 +20,7 @@ USE_GNUSTEP_INSTALL=	yes
 
 MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GShisen.app/GShisen
+
 .include <bsd.port.mk>

Modified: head/games/gshisen/pkg-plist
==============================================================================
--- head/games/gshisen/pkg-plist	Sun Dec  7 13:36:42 2014	(r374194)
+++ head/games/gshisen/pkg-plist	Sun Dec  7 13:36:47 2014	(r374195)
@@ -81,6 +81,3 @@ GNUstep/System/Applications/GShisen.app/
 GNUstep/System/Applications/GShisen.app/Resources/x.tiff
 GNUstep/System/Applications/GShisen.app/stamp.make
 GNUstep/System/Tools/GShisen
- at dirrm GNUstep/System/Applications/GShisen.app/Resources/GShisen.gorm
- at dirrm GNUstep/System/Applications/GShisen.app/Resources
- at dirrm GNUstep/System/Applications/GShisen.app


More information about the svn-ports-head mailing list