diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-02 18:55:22 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1996-11-02 18:55:22 +0000 |
commit | 5b3ff8fcce1bc26b80055e3b9443ef1a0ce516f4 (patch) | |
tree | c27a598af68a811bf085799dd2140dce7aaac317 /games | |
parent | b0377c59903fcf69f87cedd0d2e79d0a9949fd7f (diff) | |
download | freebsd-ports-5b3ff8fcce1bc26b80055e3b9443ef1a0ce516f4.zip |
crossfire binary now runs with mode 6555, needed for server mode.
Diffstat (limited to 'games')
-rw-r--r-- | games/crossfire-client/Makefile | 2 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 2 | ||||
-rw-r--r-- | games/crossfire/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index c7fb9e345637..65e5d256f80b 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -60,7 +60,7 @@ post-install: chown games.games ${PREFIX}/bin/crossfire chown -R games.games ${CFDIR} chmod 0664 ${PREFIX}/crossfire/lib/highscore - chmod 2555 ${PREFIX}/bin/crossfire + chmod 6555 ${PREFIX}/bin/crossfire mkdir ${CFDIR}/doc cp -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc @echo "" diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index c7fb9e345637..65e5d256f80b 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/Makefile @@ -60,7 +60,7 @@ post-install: chown games.games ${PREFIX}/bin/crossfire chown -R games.games ${CFDIR} chmod 0664 ${PREFIX}/crossfire/lib/highscore - chmod 2555 ${PREFIX}/bin/crossfire + chmod 6555 ${PREFIX}/bin/crossfire mkdir ${CFDIR}/doc cp -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc @echo "" diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index c7fb9e345637..65e5d256f80b 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -60,7 +60,7 @@ post-install: chown games.games ${PREFIX}/bin/crossfire chown -R games.games ${CFDIR} chmod 0664 ${PREFIX}/crossfire/lib/highscore - chmod 2555 ${PREFIX}/bin/crossfire + chmod 6555 ${PREFIX}/bin/crossfire mkdir ${CFDIR}/doc cp -r ${WRKDIR}/crossfire-0.92.8-doc/* ${CFDIR}/doc @echo "" |