Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2016 16:52:59 +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: r426290 - head/games/einstein
Message-ID:  <201611171652.uAHGqxGu012665@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Nov 17 16:52:59 2016
New Revision: 426290
URL: https://svnweb.freebsd.org/changeset/ports/426290

Log:
  - Add LICENSE
  - Take maintainership
  - Add mirror

Modified:
  head/games/einstein/Makefile

Modified: head/games/einstein/Makefile
==============================================================================
--- head/games/einstein/Makefile	Thu Nov 17 16:34:02 2016	(r426289)
+++ head/games/einstein/Makefile	Thu Nov 17 16:52:59 2016	(r426290)
@@ -5,22 +5,25 @@ PORTNAME=	einstein
 PORTVERSION=	2.0
 PORTREVISION=	10
 CATEGORIES=	games
-MASTER_SITES=	http://games.flowix.com/files/einstein/
+MASTER_SITES=	http://games.flowix.com/files/einstein/ \
+		http://mirror.amdmi3.ru/distfiles/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	amdmi3@FreeBSD.org
 COMMENT=	Remake of old DOS game Sherlock, which was inspired by Albert Einstein's puzzle
 
+LICENSE=	GPLv2+ # (now dead) website mentions GPL
+
 USE_SDL=	sdl ttf mixer
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 post-patch:
-	${REINPLACE_CMD} \
+	@${REINPLACE_CMD} \
 		-e "s,@@STAGEDIR@@,${STAGEDIR}," \
 		-e "s,@@PREFIX@@,${PREFIX}," \
 		${WRKSRC}/Makefile
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/einstein
 
 .include <bsd.port.mk>



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