Fix install by installing the port manually
PR: ports/92634 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Approved by: portmgr (kris)
This commit is contained in:
parent
ce40192291
commit
ec74dc818a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156971
@ -39,6 +39,8 @@ do-build:
|
||||
${JAM} -dx -sPREFIX=${PREFIX}
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${JAM} -dx -sPREFIX=${PREFIX} install
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/gillo3 ${PREFIX}/bin
|
||||
@${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/data/*.* ${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,9 @@
|
||||
bin/gillo3
|
||||
%%DATADIR%%/attract.rgb
|
||||
%%DATADIR%%/ball.ac
|
||||
%%DATADIR%%/ballx2.ac
|
||||
%%DATADIR%%/ballx200.ac
|
||||
%%DATADIR%%/ball.rgb
|
||||
%%DATADIR%%/balleffectblue.rgb
|
||||
%%DATADIR%%/balleffectred.rgb
|
||||
%%DATADIR%%/boing.wav
|
||||
@ -20,6 +24,7 @@ bin/gillo3
|
||||
%%DATADIR%%/field.ac
|
||||
%%DATADIR%%/field.rgb
|
||||
%%DATADIR%%/field_out.ac
|
||||
%%DATADIR%%/field_out_bup.ac
|
||||
%%DATADIR%%/fourcar_choice.rgb
|
||||
%%DATADIR%%/game1.mod
|
||||
%%DATADIR%%/gillo.rgb
|
||||
|
Loading…
Reference in New Issue
Block a user