diff options
author | vd <vd@FreeBSD.org> | 2006-03-06 15:35:32 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-03-06 15:35:32 +0800 |
commit | 967249c510469760df777d3ad1c656d074b94064 (patch) | |
tree | 9f8dc0f6c1c7528919c67ee413ab448099784e00 /games | |
parent | 2ffae84503aafbcb640d92cf620d31c245296e56 (diff) | |
download | freebsd-ports-gnome-967249c510469760df777d3ad1c656d074b94064.tar.gz freebsd-ports-gnome-967249c510469760df777d3ad1c656d074b94064.tar.zst freebsd-ports-gnome-967249c510469760df777d3ad1c656d074b94064.zip |
Fix install by installing the port manually
PR: ports/92634
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Approved by: portmgr (kris)
Diffstat (limited to 'games')
-rw-r--r-- | games/gillo/Makefile | 4 | ||||
-rw-r--r-- | games/gillo/pkg-plist | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/games/gillo/Makefile b/games/gillo/Makefile index 19afeb1a78c2..ea1a0e137e1e 100644 --- a/games/gillo/Makefile +++ b/games/gillo/Makefile @@ -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> diff --git a/games/gillo/pkg-plist b/games/gillo/pkg-plist index e3b6391395c4..77ca5814635c 100644 --- a/games/gillo/pkg-plist +++ b/games/gillo/pkg-plist @@ -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 |