Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Aug 2019 18:51:51 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507818 - head/games/openrct2
Message-ID:  <201908011851.x71Ipp7e097893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Thu Aug  1 18:51:50 2019
New Revision: 507818
URL: https://svnweb.freebsd.org/changeset/ports/507818

Log:
  games/openrct2: change maintainer address, use WRKSRC_title_sequences and WRKSRC_objects
  
  Approved by:	linimon (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20937

Modified:
  head/games/openrct2/Makefile

Modified: head/games/openrct2/Makefile
==============================================================================
--- head/games/openrct2/Makefile	Thu Aug  1 18:35:38 2019	(r507817)
+++ head/games/openrct2/Makefile	Thu Aug  1 18:51:50 2019	(r507818)
@@ -7,7 +7,7 @@ DISTVERSION=	0.2.3
 PORTREVISION=	1
 CATEGORIES=	games
 
-MAINTAINER=	pkubaj@anongoth.pl
+MAINTAINER=	pkubaj@FreeBSD.org
 COMMENT=	Open source re-implementation of RollerCoaster Tycoon 2
 
 LICENSE=	GPLv3+
@@ -50,9 +50,9 @@ post-patch:
 		${WRKSRC}/src/openrct2/config/Config.cpp
 
 post-install:
-	(cd ${WRKDIR}/title-sequences-0.1.2b; \
+	(cd ${WRKSRC_title_sequences}; \
 		${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/title)
-	(cd ${WRKDIR}/objects-1.0.11; \
+	(cd ${WRKSRC_objects}; \
 		${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/object)
 
 .include <bsd.port.mk>



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