From a332a92ac125606014210b25d9352f9521c22e8c Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 24 Mar 2003 03:06:34 +0000 Subject: remove unnecessary parens and indent some conditionals for readability purposes. whitespace police. --- databases/mysql-server/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'databases/mysql-server') diff --git a/databases/mysql-server/Makefile b/databases/mysql-server/Makefile index ce48ce97e74..298c98923a9 100644 --- a/databases/mysql-server/Makefile +++ b/databases/mysql-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2003/01/29 22:17:06 lukem Exp $ +# $NetBSD: Makefile,v 1.37 2003/03/24 03:06:34 grant Exp $ PKGNAME= ${DISTNAME:S/-/-server-/} PKGREVISION= 3 @@ -13,17 +13,16 @@ USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_GMAKE= YES - ONLY_FOR_PLATFORM= SunOS-*-sparc Linux-*-* # on NetBSD, if native threads are not available, hardwire # included mit-pthreads, as this doesn't yet work properly with pth -.if (${OPSYS} == "NetBSD") -.if (exists(/usr/include/pthread.h)) +.if ${OPSYS} == "NetBSD" +. if exists(/usr/include/pthread.h) # native pthreads ONLY_FOR_PLATFORM+= NetBSD-*-* -.else +. else # force included mit-pthreads CONFIGURE_ARGS+= --with-mit-threads @@ -31,9 +30,8 @@ CONFIGURE_ARGS+= --with-mit-threads # platforms on which included mit-pthreads is usable ONLY_FOR_PLATFORM+= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ NetBSD-*-sparc NetBSD-*-m68k NetBSD-*-powerpc +. endif .endif -.endif - DEINSTALL_FILE= ${WRKDIR}/DEINSTALL -- cgit v1.2.3