diff options
author | andreas <andreas@FreeBSD.org> | 1996-11-03 19:28:00 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-11-03 19:28:00 +0000 |
commit | 585d29cf5f4b34a7a1ae870651ce1dd82a63acd1 (patch) | |
tree | 9bba29b9f35c9840eaa53306d31486e038d1c2b8 /games | |
parent | 6ca8efe9aecce95957368e304c3c20510151bfd2 (diff) | |
download | FreeBSD-ports-585d29cf5f4b34a7a1ae870651ce1dd82a63acd1.zip FreeBSD-ports-585d29cf5f4b34a7a1ae870651ce1dd82a63acd1.tar.gz |
After a pkg_delete directories remain, so use mkdir -p in the install
target of Makefile. Changed order in install target.
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-client/Makefile | 8 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 8 | ||||
-rw-r--r-- | games/crossfire/Makefile | 8 |
3 files changed, 15 insertions, 9 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index 65e5d25..ce3fe65 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 "======================================================" diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index 65e5d25..ce3fe65 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/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 "======================================================" diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index 65e5d25..ce3fe65 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/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 "======================================================" |