aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch-core
diff options
context:
space:
mode:
authorJosh Paetzel <jpaetzel@FreeBSD.org>2010-07-16 17:29:05 +0000
committerJosh Paetzel <jpaetzel@FreeBSD.org>2010-07-16 17:29:05 +0000
commita4e26db6ee3a8d5520002c62eccef13ad8886a21 (patch)
tree5009e0408b2113e33a4a38c8db92ba6c299cac88 /net/freeswitch-core
parenteb195f72a2b67855eedbb110895b4096ab477167 (diff)
downloadports-a4e26db6ee3a8d5520002c62eccef13ad8886a21.tar.gz
ports-a4e26db6ee3a8d5520002c62eccef13ad8886a21.zip
Notes
Diffstat (limited to 'net/freeswitch-core')
-rw-r--r--net/freeswitch-core/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile
index 467537721c7d..a05a176a2b8a 100644
--- a/net/freeswitch-core/Makefile
+++ b/net/freeswitch-core/Makefile
@@ -64,6 +64,10 @@ CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
USE_LDCONFIG= yes
CPPFLAGS+= -I${PREFIX}/include
+.if ${OSVERSION} < 700000
+IGNORE= freeswitch is only supported on FreeBSD 7 or newer
+.endif
+
FREESWITCH_USER= freeswitch
FREESWITCH_GROUP= ${FREESWITCH_USER}
@@ -268,11 +272,6 @@ post-install:
@${CHOWN} -R ${FREESWITCH_USER}:${FREESWITCH_GROUP} ${VARBASE}/spool/${PORTNAME}
@for i in $$(${FIND} ${PREFIX}/etc/${PORTNAME}/conf/ -type f -name '*.sample'); do if [ ! -f $${i%.sample} ]; then ${CP} -p $$i $${i%.sample}; fi; done
@${CAT} ${PKGMESSAGE}
-
-.if ${OSVERSION} < 700000
-IGNORE= freeswitch is only supported on FreeBSD 7 or newer
-.endif
-
@${ECHO_MSG} "This port chown -R various directories ${FREESWITCH_USER}:${FREESWITCH_GROUP} "
@${ECHO_MSG} "this is for port security . in the event something should stop working."
@${ECHO_MSG} "Please take the time to check chownership of the dir's"