diff options
author | martymac <martymac@FreeBSD.org> | 2013-10-30 15:54:59 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-10-30 15:54:59 +0800 |
commit | 5955e3ad130946b413a5bfc86b423b3fa96ed84c (patch) | |
tree | 21fa1a7c6c7dec077126f67e0db0ed28b41b552b /games/triplane | |
parent | 6a40a9043e386c09805b8fe3c9c92d2e781466c9 (diff) | |
download | freebsd-ports-gnome-5955e3ad130946b413a5bfc86b423b3fa96ed84c.tar.gz freebsd-ports-gnome-5955e3ad130946b413a5bfc86b423b3fa96ed84c.tar.zst freebsd-ports-gnome-5955e3ad130946b413a5bfc86b423b3fa96ed84c.zip |
- Fix build on CURRENT
- Enable staging
Diffstat (limited to 'games/triplane')
-rw-r--r-- | games/triplane/Makefile | 6 | ||||
-rw-r--r-- | games/triplane/pkg-plist | 1 |
2 files changed, 3 insertions, 4 deletions
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 <bsd.port.mk> 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%% |