summaryrefslogtreecommitdiff
path: root/games/xbomb/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-02-20 09:49:29 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-02-20 09:49:29 +0000
commit4f7df523958313407c36f8cfc9455c1e63fc2f75 (patch)
tree489ab6f2e124dcb35e119ed3d20ae9c7efbb32ca /games/xbomb/Makefile
parentActivate xbomb. (diff)
Oops. Make score files writable.
Notes
Notes: svn path=/head/; revision=9858
Diffstat (limited to 'games/xbomb/Makefile')
-rw-r--r--games/xbomb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile
index afe41379a538..a9731db94eb0 100644
--- a/games/xbomb/Makefile
+++ b/games/xbomb/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Feb 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/02/20 09:31:36 tg Exp $
#
DISTNAME= xbomb-2.1
@@ -21,5 +21,6 @@ post-install:
@touch ${PREFIX}/lib/X11/xbomb/xbomb3.hi
@touch ${PREFIX}/lib/X11/xbomb/xbomb4.hi
@touch ${PREFIX}/lib/X11/xbomb/xbomb6.hi
+ @chmod 666 ${PREFIX}/lib/X11/xbomb/xbomb?.hi
.include <bsd.port.mk>