diff options
author | cjep <cjep> | 2002-12-16 12:42:58 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-16 12:42:58 +0000 |
commit | 9200b5faedc398fdb75f54ba119ea1da5053b40b (patch) | |
tree | 1f5db658511ac8ae5945eaa2c52f080a492b7782 /net/ucspi-tcp | |
parent | 5da6519fe2ccd52833bccd4f1863edd8da8bb798 (diff) | |
download | pkgsrc-9200b5faedc398fdb75f54ba119ea1da5053b40b.tar.gz |
Whitespace nit.
Diffstat (limited to 'net/ucspi-tcp')
-rw-r--r-- | net/ucspi-tcp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index 7b8dbf34a96..8daa78ce86a 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/06/03 09:53:56 cjep Exp $ +# $NetBSD: Makefile,v 1.12 2002/12/16 12:42:58 cjep Exp $ # FreeBSD Id: ports/sysutils/ucspi-tcp/Makefile,v 1.12 2000/07/10 01:41:24 steve Exp DISTNAME= ucspi-tcp-0.88 @@ -20,12 +20,12 @@ NO_BIN_ON_FTP= ${RESTRICTED} ALL_TARGET= it INSTALL_TARGET= setup check -.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm") +.if (${MACHINE_ARCH} == "arm32" || ${MACHINE_ARCH} == "arm") .if (${CFLAGS:M-O2} == "-O2") CFLAGS:= ${CFLAGS:S/-O2/-O0/} .endif .endif - + post-configure: ${ECHO} ${PREFIX} > ${WRKSRC}/conf-home ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc |