Date: Wed, 30 Oct 2013 07:54:59 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332085 - head/games/triplane Message-ID: <201310300754.r9U7sxGt071283@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Wed Oct 30 07:54:59 2013 New Revision: 332085 URL: http://svnweb.freebsd.org/changeset/ports/332085 Log: - Fix build on CURRENT - Enable staging Modified: head/games/triplane/Makefile head/games/triplane/pkg-plist (contents, props changed) Modified: head/games/triplane/Makefile ============================================================================== --- head/games/triplane/Makefile Wed Oct 30 07:53:37 2013 (r332084) +++ head/games/triplane/Makefile Wed Oct 30 07:54:59 2013 (r332085) @@ -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 <bsd.port.mk> Modified: head/games/triplane/pkg-plist ============================================================================== --- head/games/triplane/pkg-plist Wed Oct 30 07:53:37 2013 (r332084) +++ head/games/triplane/pkg-plist Wed Oct 30 07:54:59 2013 (r332085) @@ -1,3 +1,4 @@ bin/triplane +man/man6/triplane.6.gz %%DATADIR%%/fokker.dks @dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310300754.r9U7sxGt071283>