diff options
author | max <max@FreeBSD.org> | 1996-12-08 17:48:59 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 17:48:59 +0800 |
commit | 682bb230df66669ae0edbc77f723681b988fcc39 (patch) | |
tree | 22caa57a43d226d47756a945968120b12464ec8c /games/xpuyo/Makefile | |
parent | 322a18d61fd8349106afe62ce492e499f6620b2c (diff) | |
download | freebsd-ports-gnome-682bb230df66669ae0edbc77f723681b988fcc39.tar.gz freebsd-ports-gnome-682bb230df66669ae0edbc77f723681b988fcc39.tar.zst freebsd-ports-gnome-682bb230df66669ae0edbc77f723681b988fcc39.zip |
Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
Diffstat (limited to 'games/xpuyo/Makefile')
-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 3eef71f2a71d..82ef3a4f8fdd 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 |