diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:45:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:45:27 +0800 |
commit | bf845062ca2cd52c68853acd9b10d1f2ed788ae8 (patch) | |
tree | a9ed69021d73872daf704d90ccb29aed411da2e9 /games/xpuyo | |
parent | d4516f3a8b91b57776612903b9c432d6d45a8323 (diff) | |
download | freebsd-ports-graphics-bf845062ca2cd52c68853acd9b10d1f2ed788ae8.tar.gz freebsd-ports-graphics-bf845062ca2cd52c68853acd9b10d1f2ed788ae8.tar.zst freebsd-ports-graphics-bf845062ca2cd52c68853acd9b10d1f2ed788ae8.zip |
Correct grammar nits in the RESTRICTED string.
Diffstat (limited to 'games/xpuyo')
-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 e91b1985837..1bbdf1e5d14 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 |