summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/freeswitch-devel/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/freeswitch-devel/Makefile b/net/freeswitch-devel/Makefile
index 0e970edd9674..09226926057a 100644
--- a/net/freeswitch-devel/Makefile
+++ b/net/freeswitch-devel/Makefile
@@ -26,7 +26,6 @@ INSIDEOUT_DESC= Inside Out Basic Dialplan Configs
CURL_DESC= Curl dialplan configs
SOUNDS_DESC= Sound files for use with FreeSwitch PBX
MUSIC_DESC= Music on hold for use with FreeSwitch PBX
-SCRIPTS_DESC= Install Freeswitch various scripts
OPTIONS_DEFAULT= VANILLA SOUNDS MUSIC
NO_OPTIONS_SORT= yes
@@ -54,10 +53,6 @@ RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR
RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music
.endif
-.if ${PORT_OPTIONS:MSCRIPTS}
-RUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/scripts/.freeswitch-scripts:${PORTSDIR}/misc/freeswitch-scripts-devel
-.endif
-
do-install: build
@${DO_NADA}