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 /net/isic | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'net/isic')
-rw-r--r-- | net/isic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/isic/Makefile b/net/isic/Makefile index 9482b9ec310..e0bad96b18b 100644 --- a/net/isic/Makefile +++ b/net/isic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/02/18 18:49:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/22 19:26:53 wiz Exp $ # DISTNAME= isic-0.06 @@ -27,8 +27,8 @@ post-install: # .if ${OPSYS} == "NetBSD" . if (${MACHINE_ARCH} == "alpha") -CPPFLAGS:= ${CPPFLAGS:C/-O[0-9]*//g} -CFLAGS:= ${CFLAGS:C/-O[0-9]*//g} +CPPFLAGS:= ${CPPFLAGS:C/-O[0-9]*//g} +CFLAGS:= ${CFLAGS:C/-O[0-9]*//g} CONFIGURE_ENV+= CPPFLAGS=${CPPFLAGS:M*:Q} CONFIGURE_ENV+= CFLAGS=${CFLAGS:M*:Q} . endif |