diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /lang/python22/Makefile | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r-- | lang/python22/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index a801a1c3899..bfefa69d44f 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/06/17 22:07:33 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2007/02/22 19:26:39 wiz Exp $ # DISTNAME= Python-2.2.3 @@ -36,7 +36,7 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python22/PLIST.common_end .if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS:Q} .elif ${OPSYS} == "IRIX" -PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS:C/\..*//} +PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS:C/\..*//} .elif ${OPSYS} == "SunOS" PLIST_SUBST+= PY_PLATNAME=sunos${OS_VERSION:C/\..*//} .else @@ -66,5 +66,5 @@ post-extract: # set earlier in the environment (last definition wins). # .if ${OBJECT_FMT} == "a.out" -MAKE_ENV+= LDFLAGS="${LDFLAGS:S/-Wl,//}" +MAKE_ENV+= LDFLAGS="${LDFLAGS:S/-Wl,//}" .endif |