diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-01-26 10:07:08 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-01-26 10:07:08 +0000 |
commit | d328c5df14eafb4d823e93882b030531b46aa84e (patch) | |
tree | f913d47accd6251c6beb463cff99c52433c1cb29 /games/crossfire-client | |
parent | ff4c97a09aeb329603c411c60d4bae98a50b2791 (diff) | |
download | ports-d328c5df14eafb4d823e93882b030531b46aa84e.tar.gz ports-d328c5df14eafb4d823e93882b030531b46aa84e.zip |
Notes
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 6 | ||||
-rw-r--r-- | games/crossfire-client/pkg-plist | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index f6d46777bbf3..5b7d0d4fe47d 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -3,7 +3,7 @@ # Date created: So 27 Okt 1996 12:25:55 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1997/01/03 09:36:32 obrien Exp $ +# $Id: Makefile,v 1.10 1997/01/25 12:27:10 andreas Exp $ # DISTNAME= crossfire-0.93.0 @@ -59,6 +59,10 @@ post-install: @${CP} -r ${WRKDIR}/crossfire-0.93.0-doc/* ${CFDIR}/doc @touch ${PREFIX}/crossfire/lib/bookarch @chmod 664 ${PREFIX}/crossfire/lib/bookarch + @touch ${PREFIX}/crossfire/lib/shutdown + @chmod 664 ${PREFIX}/crossfire/lib/shutdown + @touch ${PREFIX}/crossfire/lib/forbid + @chmod 664 ${PREFIX}/crossfire/lib/forbid @touch ${PREFIX}/crossfire/lib/players/.keep_me @touch ${PREFIX}/crossfire/lib/unique-items/.keep_me @/usr/sbin/chown -R games.games ${CFDIR} diff --git a/games/crossfire-client/pkg-plist b/games/crossfire-client/pkg-plist index f66e45250571..d91ce47310e5 100644 --- a/games/crossfire-client/pkg-plist +++ b/games/crossfire-client/pkg-plist @@ -771,6 +771,7 @@ crossfire/lib/def_keys crossfire/lib/dm_file crossfire/lib/esrv_xpm.eric crossfire/lib/faces +crossfire/lib/forbid crossfire/lib/formulae crossfire/lib/fsconfig crossfire/lib/help/apply @@ -1496,6 +1497,7 @@ crossfire/lib/maps/world/world_e2 crossfire/lib/messages crossfire/lib/motd crossfire/lib/races +crossfire/lib/shutdown crossfire/lib/skill_params crossfire/lib/sounds crossfire/lib/spell_params |