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/gillo/Makefile | |
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/gillo/Makefile')
-rw-r--r-- | games/gillo/Makefile | 4 |
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> |