diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-03 19:28:00 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-03 19:28:00 +0000 |
commit | 3514b5fc618a86744db364e8c63f85da5f2544dc (patch) | |
tree | 24348296985e92566dfa75ec00afc40dbd4b874e /games/crossfire-client | |
parent | fed9e4cbb820614a3152eb01a8786d480d6e9f21 (diff) | |
download | ports-3514b5fc618a86744db364e8c63f85da5f2544dc.tar.gz ports-3514b5fc618a86744db364e8c63f85da5f2544dc.zip |
Notes
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 65e5d256f80b..ce3fe65b6432 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -57,12 +57,14 @@ post-configure: post-install: (cd ${CFDIR}/lib; tar -xzf ${DISTDIR}/${CF_MAPS}) (cd ${CFDIR}; tar -xzf ${DISTDIR}/${CF_SOUNDS}) - chown games.games ${PREFIX}/bin/crossfire + mkdir -p ${CFDIR}/doc + cp -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc + touch ${PREFIX}/crossfire/lib/bookarch + chmod 664 ${PREFIX}/crossfire/lib/bookarch chown -R games.games ${CFDIR} chmod 0664 ${PREFIX}/crossfire/lib/highscore + chown games.games ${PREFIX}/bin/crossfire chmod 6555 ${PREFIX}/bin/crossfire - mkdir ${CFDIR}/doc - cp -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc @echo "" @echo "" @echo "======================================================" |