diff options
author | steve <steve@FreeBSD.org> | 1999-06-22 17:45:27 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-22 17:45:27 +0000 |
commit | bf845062ca2cd52c68853acd9b10d1f2ed788ae8 (patch) | |
tree | a9ed69021d73872daf704d90ccb29aed411da2e9 /games | |
parent | d4516f3a8b91b57776612903b9c432d6d45a8323 (diff) | |
download | FreeBSD-ports-bf845062ca2cd52c68853acd9b10d1f2ed788ae8.zip FreeBSD-ports-bf845062ca2cd52c68853acd9b10d1f2ed788ae8.tar.gz |
Correct grammar nits in the RESTRICTED string.
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 e91b198..1bbdf1e5 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 |