aboutsummaryrefslogtreecommitdiff
path: root/games/gillo/Makefile
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-03-06 07:35:32 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-03-06 07:35:32 +0000
commitec74dc818adbd912093f649b3c7fd044707ad84b (patch)
tree1e7751ae1563d9df8584e320896dafa669272cec /games/gillo/Makefile
parentce4019229185615b620d98b9f59e553f881a0ac9 (diff)
Notes
Diffstat (limited to 'games/gillo/Makefile')
-rw-r--r--games/gillo/Makefile4
1 files changed, 3 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>