- Fix build on CURRENT
- Enable staging
This commit is contained in:
parent
379e3fbd88
commit
84e00f152c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332085
2 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin/triplane
|
||||
man/man6/triplane.6.gz
|
||||
%%DATADIR%%/fokker.dks
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue