From 99a7e23aa7f7d3e84dcd9bb2f910314ef945a631 Mon Sep 17 00:00:00 2001 From: jpaetzel Date: Sat, 12 Jun 2010 00:30:19 +0000 Subject: Whitespace fix Approved by: itetcu@ (mentor) implicit --- net/freeswitch-core/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile index 45a081b9dde8..9266952d1ab4 100644 --- a/net/freeswitch-core/Makefile +++ b/net/freeswitch-core/Makefile @@ -275,16 +275,16 @@ do-install: @${CHMOD} -R 774 ${PREFIX}/etc/${PORTNAME} post-install: - .if !defined(NOPORTEXAMPLES) +.if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR}/conf (cd ${WRKSRC}/conf/ && \ ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/conf) - .endif - .if defined(WITH_MODOPENZAP) +.endif +.if defined(WITH_MODOPENZAP) (cd ${WRKSRC}/libs/openzap/conf/ && \ ${CP} *.conf ${EXAMPLESDIR}/conf && \ ${CP} openzap.conf.xml ${EXAMPLESDIR}/conf/autoload_configs) - .endif +.endif @${CAT} ${PKGMESSAGE} .if ${OSVERSION} < 700000 -- cgit