summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorgrant <grant>2004-01-26 11:50:29 +0000
committergrant <grant>2004-01-26 11:50:29 +0000
commit40c54034685d611b866ab67b9fbb88bfdaa5cb34 (patch)
tree2152bbe6ffff0519cab0d7a87d72b4c15ecd7a99 /lang
parentea7df496b624d154af715bac192da012880ee68c (diff)
downloadpkgsrc-40c54034685d611b866ab67b9fbb88bfdaa5cb34.tar.gz
whitespace fix
Diffstat (limited to 'lang')
-rw-r--r--lang/python23/Makefile.common10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common
index caa8f80aa7e..904a50aa0a9 100644
--- a/lang/python23/Makefile.common
+++ b/lang/python23/Makefile.common
@@ -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 @@ LOWER_OPSYS= sunos
.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 @@ X86_SUBST=
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"