diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /devel/bison | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/hacks.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bison/hacks.mk b/devel/bison/hacks.mk index 9c33ab36c5f..53ebcc33cdd 100644 --- a/devel/bison/hacks.mk +++ b/devel/bison/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2004/11/14 07:24:37 jlam Exp $ +# $NetBSD: hacks.mk,v 1.2 2007/02/22 19:26:20 wiz Exp $ .if !defined(BISON_HACKS_MK) BISON_HACKS_MK= defined @@ -12,7 +12,7 @@ BISON_HACKS_MK= defined ### .if !empty(PKGSRC_COMPILER:Msunpro) PKG_HACKS+= optimisation -BUILDLINK_TRANSFORM+= rm:-O[0-9]* +BUILDLINK_TRANSFORM+= rm:-O[0-9]* .endif .endif # BISON_HACKS_MK |