summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-22 19:26:05 +0000
committerwiz <wiz>2007-02-22 19:26:05 +0000
commit0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch)
treefae33b1f36c87708a527346fcfbac7913893ed98 /security/gnupg
parent8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff)
downloadpkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/hacks.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnupg/hacks.mk b/security/gnupg/hacks.mk
index ed619453afb..3d2ac664f8a 100644
--- a/security/gnupg/hacks.mk
+++ b/security/gnupg/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.3 2005/12/05 20:50:56 rillig Exp $
+# $NetBSD: hacks.mk,v 1.4 2007/02/22 19:27:07 wiz Exp $
.if !defined(GNUPG_HACKS_MK)
GNUPG_HACKS_MK= # defined
@@ -7,8 +7,8 @@ GNUPG_HACKS_MK= # defined
### drop any -mcpu flag
###
.if ${MACHINE_ARCH} == "sparc"
-PKG_HACKS+= mcpu
-BUILDLINK_TRANSFORM+= rm:-mcpu=.*
+PKG_HACKS+= mcpu
+BUILDLINK_TRANSFORM+= rm:-mcpu=.*
.endif
.endif