diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-03-06 07:35:32 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-03-06 07:35:32 +0000 |
commit | ec74dc818adbd912093f649b3c7fd044707ad84b (patch) | |
tree | 1e7751ae1563d9df8584e320896dafa669272cec /games/gillo | |
parent | ce4019229185615b620d98b9f59e553f881a0ac9 (diff) |
Fix install by installing the port manually
PR: ports/92634
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Approved by: portmgr (kris)
Notes
Notes:
svn path=/head/; revision=156971
Diffstat (limited to 'games/gillo')
-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 |