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 /security/pgp2 | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'security/pgp2')
-rw-r--r-- | security/pgp2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile index d0f72446a14..24e54f7f5e6 100644 --- a/security/pgp2/Makefile +++ b/security/pgp2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2007/01/07 09:14:10 rillig Exp $ +# $NetBSD: Makefile,v 1.51 2007/02/22 19:27:08 wiz Exp $ DISTNAME= pgp263is PKGREVISION= 1 @@ -37,7 +37,7 @@ ASMFLAG= -DPORTABLE -DMPORTABLE .include "../../mk/endian.mk" .if (${MACHINE_ENDIAN} == "big") -CFLAGS+= -DHIGHFIRST +CFLAGS+= -DHIGHFIRST .endif BUILD_DEFS+= ASMFLAG |