svn commit: r507818 - head/games/openrct2

Piotr Kubaj pkubaj at FreeBSD.org
Thu Aug 1 18:51:51 UTC 2019


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 at anongoth.pl
+MAINTAINER=	pkubaj at 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>


More information about the svn-ports-head mailing list