1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

games/openrct2: change maintainer address, use WRKSRC_title_sequences and WRKSRC_objects

Approved by:	linimon (mentor)
Differential Revision:	https://reviews.freebsd.org/D20937
This commit is contained in:
Piotr Kubaj 2019-08-01 18:51:50 +00:00
parent 1d72abe9be
commit 80781926e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507818

View File

@ -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>