pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11 whitespace fixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/172d8492374b
branches:  trunk
changeset: 489378:172d8492374b
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 20 12:48:59 2005 +0000

description:
whitespace fixes

diffstat:

 x11/XF86Setup/Makefile |  6 +++---
 x11/xservers/Makefile  |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 129680230b3a -r 172d8492374b x11/XF86Setup/Makefile
--- a/x11/XF86Setup/Makefile    Sun Feb 20 12:43:08 2005 +0000
+++ b/x11/XF86Setup/Makefile    Sun Feb 20 12:48:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2005/01/22 03:58:32 minskim Exp $
+# $NetBSD: Makefile,v 1.34 2005/02/20 12:48:59 grant Exp $
 
 DISTNAME=              XF86Setup-3.3.6
 PKGREVISION=           2
@@ -22,9 +22,9 @@
 .if !defined(X11_RELEASE) && !defined(CHECK_X11)
 X11_RELEASE!=  ${MAKE} CHECK_X11=YES print-x11-release
 MAKEFLAGS+=    X11_RELEASE=${X11_RELEASE}
-.if (${X11_RELEASE} == "6.4")
+.  if ${X11_RELEASE} == "6.4"
 PKG_SKIP_REASON= "This package doesn't work with your X11 distribution."
-.endif
+.  endif
 .endif
 
 .include "../../lang/tcl/buildlink3.mk"
diff -r 129680230b3a -r 172d8492374b x11/xservers/Makefile
--- a/x11/xservers/Makefile     Sun Feb 20 12:43:08 2005 +0000
+++ b/x11/xservers/Makefile     Sun Feb 20 12:48:59 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/01/07 18:55:16 tron Exp $#
+# $NetBSD: Makefile,v 1.17 2005/02/20 12:49:35 grant Exp $#
 
 DISTNAME=      xservers-3.3.6.3
 CATEGORIES=    x11
@@ -18,9 +18,9 @@
 .if !defined(X11_RELEASE) && !defined(CHECK_X11)
 X11_RELEASE!=  ${MAKE} CHECK_X11=YES print-x11-release
 MAKEFLAGS+=    X11_RELEASE=${X11_RELEASE}
-.if (${X11_RELEASE} == "6.3")
+.  if ${X11_RELEASE} == "6.3"
 PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution"
-.endif
+.  endif
 .endif
 
 X11_SUBDIR=    X11R6.3



Home | Main Index | Thread Index | Old Index