diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:45:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:45:27 +0000 |
commit | 6d0a076c88223f466aefb7daed85f03372708ee4 (patch) | |
tree | 7cd903c3ad19522a0aa7b4fe6786d0dababaef4e /games | |
parent | 927450db7e67d1b625762d16fe26e2186ed4c93b (diff) | |
download | ports-6d0a076c88223f466aefb7daed85f03372708ee4.tar.gz ports-6d0a076c88223f466aefb7daed85f03372708ee4.zip |
Correct grammar nits in the RESTRICTED string.
Notes
Notes:
svn path=/head/; revision=19677
Diffstat (limited to 'games')
-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 |