diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2012-06-14 08:06:26 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2012-06-14 08:06:26 +0000 |
commit | 9c618ecc3033daf0d9752fa8ca4251021ab2a737 (patch) | |
tree | 85c9956a3fcb7ceb31b3bec43a1a8e842f2d8693 /accessibility | |
parent | 2b56d23731b916af46b365b8f7f641e157015ff0 (diff) | |
download | ports-9c618ecc3033daf0d9752fa8ca4251021ab2a737.tar.gz ports-9c618ecc3033daf0d9752fa8ca4251021ab2a737.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 4 | ||||
-rw-r--r-- | accessibility/speech-dispatcher/pkg-plist | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index 7c52a9385c36..cf3029173a2b 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -6,7 +6,7 @@ PORTNAME= speech-dispatcher PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= accessibility audio MASTER_SITES= http://www.freebsoft.org/pub/projects/speechd/ @@ -128,6 +128,8 @@ post-patch: ${WRKSRC}/src/c/clients/spdsend/Makefile.in \ ${WRKSRC}/src/modules/Makefile.in \ ${WRKSRC}/src/server/Makefile.in + ${REINPLACE_CMD} -e '/SUBDIRS/ s/tests//' \ + ${WRKSRC}/src/Makefile.in post-install: .for f in ${ETCFILES} diff --git a/accessibility/speech-dispatcher/pkg-plist b/accessibility/speech-dispatcher/pkg-plist index 6c1eadd9c80c..6c229f96b3ae 100644 --- a/accessibility/speech-dispatcher/pkg-plist +++ b/accessibility/speech-dispatcher/pkg-plist @@ -1,8 +1,3 @@ -bin/clibrary -bin/clibrary2 -bin/connection_recovery -bin/long_message -bin/run_test %%PYTHON%%bin/spd-conf bin/spd-say bin/spdsend |