diff options
author | grant <grant> | 2004-01-22 08:47:32 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-22 08:47:32 +0000 |
commit | 35893b764f20ee98927e20d2147c7b11778c6986 (patch) | |
tree | 941a6128b090712dd0e5e5bb5d6b8bf5e43f8eaf /chat | |
parent | 162e85be39f65d702494f4057f8b875e7cddafd2 (diff) | |
download | pkgsrc-35893b764f20ee98927e20d2147c7b11778c6986.tar.gz |
whitespace fixes
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ircd-hybrid/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/ircd-hybrid/Makefile b/chat/ircd-hybrid/Makefile index d96597884c5..69c2aab50b0 100644 --- a/chat/ircd-hybrid/Makefile +++ b/chat/ircd-hybrid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/09/01 10:13:09 cjep Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/22 08:47:32 grant Exp $ # DISTNAME= ircd-hybrid-6.2 @@ -42,15 +42,15 @@ IRCD_HYBRID_SDIR= ${IRCD_HYBRID_SPATH:C|/[^/]*$||} IRCD_HYBRID_USERS_PREALLOCATE IRCD_HYBRID_NICKNAMEHISTORYLENGTH \ IRCD_HYBRID_MAXSENDQLENGTH IRCD_HYBRID_INITIAL_DBUFS \ IRCD_HYBRID_HARD_FDLIMIT_ IRCD_HYBRID_INIT_MAXCLIENTS -. ifdef ${def} +. ifdef ${def} _DEFS+= -D${def:S|^IRCD_HYBRID_||}=${${def}} -. endif +. endif .endfor .for def in \ IRCD_HYBRID_NETWORK_NAME IRCD_HYBRID_NETWORK_DESC -. ifdef ${def} +. ifdef ${def} _DEFS+= -D${def:S|^IRCD_HYBRID_||}=\"${${def}:Q}\" -. endif +. endif .endfor .for def in \ IRCD_HYBRID_DPATH IRCD_HYBRID_SPATH \ @@ -84,9 +84,9 @@ MAKE_FLAGS+= PREFIX=${PREFIX} DESTDIR=${DESTDIR} IRCD_HYBRID_NETWORK_NAME IRCD_HYBRID_NETWORK_DESC \ IRCD_HYBRID_FNAME_OPERLOG IRCD_HYBRID_PPATH \ IRCD_HYBRID_IRC_USER IRCD_HYBRID_IRC_GROUP -. ifdef ${def} +. ifdef ${def} BUILD_DEFS+= ${def} -. endif +. endif .endfor .ifdef ${IRCD_HYBRID_USE_SYSLOG} == "YES" BUILD_DEFS+= IRCD_HYBRID_USE_SYSLOG |