aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2010-06-12 08:30:19 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2010-06-12 08:30:19 +0800
commit99a7e23aa7f7d3e84dcd9bb2f910314ef945a631 (patch)
tree3d6ab82de06703fc7ce04ec8932281bbbac54385 /net
parenteb5c591b8ac5c704daad250cb3256180ae73df05 (diff)
downloadfreebsd-ports-gnome-99a7e23aa7f7d3e84dcd9bb2f910314ef945a631.tar.gz
freebsd-ports-gnome-99a7e23aa7f7d3e84dcd9bb2f910314ef945a631.tar.zst
freebsd-ports-gnome-99a7e23aa7f7d3e84dcd9bb2f910314ef945a631.zip
Whitespace fix
Approved by: itetcu@ (mentor) implicit
Diffstat (limited to 'net')
-rw-r--r--net/freeswitch-core/Makefile8
1 files changed, 4 insertions, 4 deletions
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