pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/netris Whitespace consistency.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cae9f25136a5
branches:  trunk
changeset: 494937:cae9f25136a5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 31 22:02:58 2005 +0000

description:
Whitespace consistency.

diffstat:

 games/netris/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8c850a93a9cb -r cae9f25136a5 games/netris/options.mk
--- a/games/netris/options.mk   Tue May 31 22:00:37 2005 +0000
+++ b/games/netris/options.mk   Tue May 31 22:02:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/05/31 21:46:06 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2005/05/31 22:02:58 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.netris
 PKG_SUPPORTED_OPTIONS= inet6
@@ -6,7 +6,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Minet6)
-CONFIGURE_ARGS+=        --enable-ipv6
+CONFIGURE_ARGS+=       --enable-ipv6
 .else
 CONFIGURE_ARGS+=       --disable-ipv6
 .endif



Home | Main Index | Thread Index | Old Index