diff options
author | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-05-07 15:25:13 +0000 |
commit | db3ee8e20c39f1c7edd6f86312955339c6605746 (patch) | |
tree | 2576cc6bcf81ba303f2953a42a62a6ed383ae494 /security/gnupg | |
parent | 60566a18a2b2795aa0f806290d089139969447af (diff) | |
download | pkgsrc-db3ee8e20c39f1c7edd6f86312955339c6605746.tar.gz |
whitespace nits
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index d0b0ae64c70..286c8ab0be3 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2004/04/09 00:36:06 reed Exp $ +# $NetBSD: Makefile,v 1.66 2004/05/07 15:25:13 cjep Exp $ DISTNAME= gnupg-1.2.4 PKGREVISION= 1 @@ -40,7 +40,7 @@ ONLY_FOR_PLATFORM= *-*-i386 MACHINE_GNU_ARCH= i586 .endif -.if defined(M68060) && ${M68060} == YES +.if defined(M68060) && ${M68060} == YES # be more efficient on M68060 machines CONFIGURE_ENV+= M68060=${M68060} CFLAGS+= -m68060 |