From 84e00f152cefaef001a03cfd2fea6d24a8e6b315 Mon Sep 17 00:00:00 2001 From: Ganael LAPLANCHE Date: Wed, 30 Oct 2013 07:54:59 +0000 Subject: - Fix build on CURRENT - Enable staging --- games/triplane/Makefile | 6 ++---- games/triplane/pkg-plist | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'games/triplane') diff --git a/games/triplane/Makefile b/games/triplane/Makefile index 3d228d2cc50f..c162fff93150 100644 --- a/games/triplane/Makefile +++ b/games/triplane/Makefile @@ -3,6 +3,7 @@ PORTNAME= triplane PORTVERSION= 1.08.r20130224 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ SF/${PORTNAME} @@ -20,11 +21,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME} CFLAGS+= -DTRIPLANE_DATA=\\\"${DATADIR}\\\" MAKE_ENV= DATADIR="${DATADIR}" -MAN6= triplane.6 - # ALL_TARGET="depend all" would not work in -jX case due to races -NO_STAGE= yes pre-build: - ${GMAKE} -C ${BUILD_WRKSRC} depend + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${BUILD_WRKSRC} ${MAKE_ARGS} depend .include diff --git a/games/triplane/pkg-plist b/games/triplane/pkg-plist index 5724ba2438c0..a5263f7e8990 100644 --- a/games/triplane/pkg-plist +++ b/games/triplane/pkg-plist @@ -1,3 +1,4 @@ bin/triplane +man/man6/triplane.6.gz %%DATADIR%%/fokker.dks @dirrm %%DATADIR%% -- cgit v1.2.3