diff options
author | max <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 09:48:59 +0000 |
commit | 682bb230df66669ae0edbc77f723681b988fcc39 (patch) | |
tree | 22caa57a43d226d47756a945968120b12464ec8c /games/xpuyo | |
parent | 322a18d61fd8349106afe62ce492e499f6620b2c (diff) | |
download | FreeBSD-ports-682bb230df66669ae0edbc77f723681b988fcc39.zip FreeBSD-ports-682bb230df66669ae0edbc77f723681b988fcc39.tar.gz |
Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
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 3eef71f..82ef3a4 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$ +# $Id: Makefile,v 1.1.1.1 1996/11/16 12:24:28 asami 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 ashames the quality of this version" post-install: @chmod 755 ${PREFIX}/bin/xpuyo |