diff options
author | avilla <avilla@FreeBSD.org> | 2012-06-14 16:06:26 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-06-14 16:06:26 +0800 |
commit | 19a9c20353190d019be6eabc717e7c7ba91c6965 (patch) | |
tree | 77bba57c9d9b56d7b1d47adbf66d46bd6007fa6d /accessibility/speech-dispatcher | |
parent | ea78382bbfb9a5d59d1a5340f7fd5ea18bc0422d (diff) | |
download | freebsd-ports-gnome-19a9c20353190d019be6eabc717e7c7ba91c6965.tar.gz freebsd-ports-gnome-19a9c20353190d019be6eabc717e7c7ba91c6965.tar.zst freebsd-ports-gnome-19a9c20353190d019be6eabc717e7c7ba91c6965.zip |
- Avoid installing tests (and avoid conflict with lang/erlang [1]).
- Bump PORTREVISION.
Reported by: conflicts checker [1]
Diffstat (limited to 'accessibility/speech-dispatcher')
-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 |