diff options
author | grant <grant@pkgsrc.org> | 2003-10-19 07:38:31 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-19 07:38:31 +0000 |
commit | 491de176a83fe46ec0d3b06a98c490491b763318 (patch) | |
tree | 20344ce23c97d07c7bb0b053b71d530752e891ab /mk | |
parent | 5538daab2fecf92e00851b36f526987ad8465280 (diff) | |
download | pkgsrc-491de176a83fe46ec0d3b06a98c490491b763318.tar.gz |
more whitespace fixes
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defs.IRIX.mk | 12 | ||||
-rw-r--r-- | mk/defs.NetBSD.mk | 6 | ||||
-rw-r--r-- | mk/defs.SunOS.mk | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/mk/defs.IRIX.mk b/mk/defs.IRIX.mk index c457d03b0f7..7d237ada715 100644 --- a/mk/defs.IRIX.mk +++ b/mk/defs.IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.IRIX.mk,v 1.36 2003/10/13 00:23:49 jschauma Exp $ +# $NetBSD: defs.IRIX.mk,v 1.37 2003/10/19 07:38:31 grant Exp $ # # Variable definitions for the IRIX operating system. @@ -126,14 +126,14 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages _OPSYS_HAS_OSSAUDIO= no # libossaudio is available -_OPSYS_LIBTOOL_REQD= 1.4.20010614nb14 # base version of libtool required +_OPSYS_LIBTOOL_REQD= 1.4.20010614nb14 # base version of libtool required _OPSYS_NEEDS_XPKGWEDGE= yes # xpkgwedge is required for X11 _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_RPATH_NAME= -rpath, # name of symbol in rpath directive to linker .if defined(_OPSYS_GPATCH_REQD) && ${_OPSYS_GPATCH_REQD} == "YES" -_PATCH_CAN_BACKUP= yes # patch(1) can make backups -_PATCH_BACKUP_ARG= -b -V simple -z # switch to patch(1) for backup suffix +_PATCH_CAN_BACKUP= yes # patch(1) can make backups +_PATCH_BACKUP_ARG= -b -V simple -z # switch to patch(1) for backup suffix .else _PATCH_CAN_BACKUP= no # native patch(1) can make backups .endif @@ -151,14 +151,14 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,-notall # IRIX has /usr/include/iconv.h, but it's not GNU iconv, so mark it # incompatible. -_INCOMPAT_ICONV= IRIX-*-* +_INCOMPAT_ICONV= IRIX-*-* .if !defined(DEBUG_FLAGS) _STRIPFLAG_CC?= -s # cc(1) option to strip _STRIPFLAG_INSTALL?= -s # install(1) option to strip .endif -LOCALBASE?= ${DESTDIR}/usr/pkg +LOCALBASE?= ${DESTDIR}/usr/pkg .if exists(${LOCALBASE}/sbin/pkg_info) PKG_TOOLS_BIN?= ${LOCALBASE}/sbin .endif diff --git a/mk/defs.NetBSD.mk b/mk/defs.NetBSD.mk index 67857c0f368..7f7d72ed7d3 100644 --- a/mk/defs.NetBSD.mk +++ b/mk/defs.NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.NetBSD.mk,v 1.54 2003/09/23 07:26:23 grant Exp $ +# $NetBSD: defs.NetBSD.mk,v 1.55 2003/10/19 07:38:31 grant Exp $ # # Variable definitions for the NetBSD operating system. @@ -182,8 +182,8 @@ SERIAL_DEVICES?= /dev/null . if ${MACHINE_PLATFORM:MNetBSD-${__tmp__}-alpha} != "" CFLAGS+= -mieee FFLAGS+= -mieee -. endif # MACHINE_PLATFORM -.endfor # __tmp__ +. endif # MACHINE_PLATFORM +.endfor # __tmp__ # check for kqueue(2) support, added in NetBSD-1.6J .if exists(/usr/include/sys/event.h) diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk index 5f1951b1c40..d53a656d84d 100644 --- a/mk/defs.SunOS.mk +++ b/mk/defs.SunOS.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.SunOS.mk,v 1.71 2003/10/11 05:09:39 grant Exp $ +# $NetBSD: defs.SunOS.mk,v 1.72 2003/10/19 07:38:31 grant Exp $ # # Variable definitions for the SunOS/Solaris operating system. @@ -142,7 +142,7 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -z defaultextract # Solaris has /usr/include/iconv.h, but it's not GNU iconv, so mark it # incompatible. -_INCOMPAT_ICONV= SunOS-*-* +_INCOMPAT_ICONV= SunOS-*-* .if !defined(DEBUG_FLAGS) _STRIPFLAG_CC?= -s # cc(1) option to strip @@ -161,7 +161,7 @@ _STRIPFLAG_INSTALL?= -s # install(1) option to strip @false .endif -LOCALBASE?= ${DESTDIR}/usr/pkg +LOCALBASE?= ${DESTDIR}/usr/pkg .if !defined(ZOULARISBASE) . if exists(${LOCALBASE}/bsd) ZOULARISBASE:= ${LOCALBASE}/bsd |