pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python23 whitespace fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b8135de4ddd
branches:  trunk
changeset: 467083:0b8135de4ddd
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Jan 26 11:50:29 2004 +0000

description:
whitespace fix

diffstat:

 lang/python23/Makefile.common |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 30956dbf3933 -r 0b8135de4ddd lang/python23/Makefile.common
--- a/lang/python23/Makefile.common     Mon Jan 26 11:50:21 2004 +0000
+++ b/lang/python23/Makefile.common     Mon Jan 26 11:50:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/01/25 21:10:10 recht Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/01/26 11:50:29 grant Exp $
 #
 
 DISTNAME=      Python-2.3.3
@@ -29,9 +29,9 @@
 .endif
 
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "IRIX"
-PY_PLATNAME=${LOWER_OPSYS}
+PY_PLATNAME=   ${LOWER_OPSYS}
 .else
-PY_PLATNAME=${LOWER_OPSYS}${OS_VERSION:C/\..*//}
+PY_PLATNAME=   ${LOWER_OPSYS}${OS_VERSION:C/\..*//}
 .endif
 PLIST_SUBST+=  PY_PLATNAME=${PY_PLATNAME}
 
@@ -55,8 +55,8 @@
 OSSAUDIODEV_SUBST=
 .endif
 .endif
-PLIST_SUBST+=  X86_ONLY=${X86_SUBST}
-PLIST_SUBST+=  OSSAUDIODEV=${OSSAUDIODEV_SUBST}
+PLIST_SUBST+=  X86_ONLY=${X86_SUBST}
+PLIST_SUBST+=  OSSAUDIODEV=${OSSAUDIODEV_SUBST}
 
 # ensure that the bsddb185 module is built on all platforms
 .include "../../databases/db/buildlink2.mk"



Home | Main Index | Thread Index | Old Index