diff options
author | grant <grant> | 2004-01-22 08:47:32 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-22 08:47:32 +0000 |
commit | 94c7a1e35c16e1047f65f66972dc65e8aec2f068 (patch) | |
tree | 941a6128b090712dd0e5e5bb5d6b8bf5e43f8eaf /chat/ircd-hybrid | |
parent | 329cc06c6c1357c989623f7e50cadef03925d38a (diff) | |
download | pkgsrc-94c7a1e35c16e1047f65f66972dc65e8aec2f068.tar.gz |
whitespace fixes
Diffstat (limited to 'chat/ircd-hybrid')
-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 |