diff options
author | tg <tg@FreeBSD.org> | 1998-02-20 17:49:29 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-20 17:49:29 +0800 |
commit | 3bfcd5db12a568c419f7c00a6887ce68b01b0ad3 (patch) | |
tree | 7e33b5a2f5be99dab5c3f8881a81572c1a9f9286 /games/xbomb | |
parent | b446d7fedb052b1cf8b7ceef0e44d02818985e99 (diff) | |
download | freebsd-ports-gnome-3bfcd5db12a568c419f7c00a6887ce68b01b0ad3.tar.gz freebsd-ports-gnome-3bfcd5db12a568c419f7c00a6887ce68b01b0ad3.tar.zst freebsd-ports-gnome-3bfcd5db12a568c419f7c00a6887ce68b01b0ad3.zip |
Oops. Make score files writable.
Diffstat (limited to 'games/xbomb')
-rw-r--r-- | games/xbomb/Makefile | 3 |
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> |