summaryrefslogtreecommitdiff
path: root/games/crossfire/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-01-26 10:07:08 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-01-26 10:07:08 +0000
commitd328c5df14eafb4d823e93882b030531b46aa84e (patch)
treef913d47accd6251c6beb463cff99c52433c1cb29 /games/crossfire/Makefile
parentChecksum changed again. (diff)
Added crossfire shutdown and forbid file and added this to PLIST.
Notes
Notes: svn path=/head/; revision=5447
Diffstat (limited to 'games/crossfire/Makefile')
-rw-r--r--games/crossfire/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile
index f6d46777bbf3..5b7d0d4fe47d 100644
--- a/games/crossfire/Makefile
+++ b/games/crossfire/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}