diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-20 09:49:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-20 09:49:29 +0000 |
commit | 4f7df523958313407c36f8cfc9455c1e63fc2f75 (patch) | |
tree | 489ab6f2e124dcb35e119ed3d20ae9c7efbb32ca /games/xbomb | |
parent | ea24204a9b043fbf1c4ddf9c44f046dc0accf60a (diff) | |
download | ports-4f7df523958313407c36f8cfc9455c1e63fc2f75.tar.gz ports-4f7df523958313407c36f8cfc9455c1e63fc2f75.zip |
Notes
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> |