Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 08:19: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: r421807 - head/games/catesc
Message-ID:  <201609110819.u8B8JhTC077163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 11 08:19:43 2016
New Revision: 421807
URL: https://svnweb.freebsd.org/changeset/ports/421807

Log:
  - Fix COMMENT typo
  - Silence COPYTREE_SHARE

Modified:
  head/games/catesc/Makefile

Modified: head/games/catesc/Makefile
==============================================================================
--- head/games/catesc/Makefile	Sun Sep 11 08:15:16 2016	(r421806)
+++ head/games/catesc/Makefile	Sun Sep 11 08:19:43 2016	(r421807)
@@ -6,7 +6,7 @@ PORTVERSION=	0.6
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	Escape of the cat - hardcode oldschool platformer
+COMMENT=	Escape of the cat - hardcore oldschool platformer
 
 LICENSE=	CCbySA30 CCbySA40
 LICENSE_COMB=		multi
@@ -40,6 +40,6 @@ DESKTOP_ENTRIES="Escape of the cat" \
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/pic/icon.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
-	cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/
 
 .include <bsd.port.mk>



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