diff options
Diffstat (limited to '')
-rw-r--r-- | games/xpuyo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xpuyo/Makefile b/games/xpuyo/Makefile index e91b1985837c..1bbdf1e5d14d 100644 --- a/games/xpuyo/Makefile +++ b/games/xpuyo/Makefile @@ -3,7 +3,7 @@ # Date created: 12 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1997/09/10 15:28:48 max Exp $ +# $Id: Makefile,v 1.5 1999/01/12 16:51:24 vanilla Exp $ # DISTNAME= xpuyo @@ -17,7 +17,7 @@ USE_IMAKE= yes XMKMF= xmkmf NO_INSTALL_MANPAGES=yes -RESTRICTED= "The author ashames the quality of this version" +RESTRICTED= "The author\'s ashamed of the quality of this version" post-install: @chmod 755 ${PREFIX}/bin/xpuyo |