aboutsummaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2010-03-08 00:29:59 +0000
committerAlberto Villa <avilla@FreeBSD.org>2010-03-08 00:29:59 +0000
commit4ff92b1fb89f76233b6916326ec9f178fb029b40 (patch)
treee4582cb050d6dd937a5112b7bfa97428df73cef5 /accessibility
parent854d6047f7f686304e39b87d580c22734a06e559 (diff)
downloadports-4ff92b1fb89f76233b6916326ec9f178fb029b40.tar.gz
ports-4ff92b1fb89f76233b6916326ec9f178fb029b40.zip
Notes
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/speech-dispatcher/Makefile3
-rw-r--r--accessibility/speech-dispatcher/files/pkg-message.in4
-rw-r--r--accessibility/speech-dispatcher/files/speechd.in2
3 files changed, 5 insertions, 4 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile
index e87ac0b17ca0..63db12712f74 100644
--- a/accessibility/speech-dispatcher/Makefile
+++ b/accessibility/speech-dispatcher/Makefile
@@ -6,7 +6,7 @@
PORTNAME= speech-dispatcher
PORTVERSION= 0.6.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= accessibility audio
MASTER_SITES= http://www.freebsoft.org/pub/projects/speechd/
@@ -132,5 +132,6 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
+ ${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/accessibility/speech-dispatcher/files/pkg-message.in b/accessibility/speech-dispatcher/files/pkg-message.in
index 25934073d746..85235cfbc54f 100644
--- a/accessibility/speech-dispatcher/files/pkg-message.in
+++ b/accessibility/speech-dispatcher/files/pkg-message.in
@@ -6,7 +6,7 @@ script, you have to export SPEECHD_PORT to a number between 1024 and
/bin/sh:
$ export SPEECHD_PORT=1138
-$ speech-dispatcher --config-dir %%ETCDIR%% \
-> --port $SPEECHD_PORT
+$ speech-dispatcher -C %%ETCDIR%% \
+> -p $SPEECHD_PORT
======================================================================
diff --git a/accessibility/speech-dispatcher/files/speechd.in b/accessibility/speech-dispatcher/files/speechd.in
index b56e378d724e..1bba57c5de70 100644
--- a/accessibility/speech-dispatcher/files/speechd.in
+++ b/accessibility/speech-dispatcher/files/speechd.in
@@ -17,7 +17,7 @@ rcvar=`set_rcvar`
real_name="speech-dispatcher"
command="%%PREFIX%%/bin/${real_name}"
-command_args="--config-dir %%ETCDIR%%"
+command_args="-C %%ETCDIR%%"
pidfile="/var/run/${real_name}.pid"
start_precmd="${name}_prestart"