mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Avoid installing tests (and avoid conflict with lang/erlang [1]).
- Bump PORTREVISION. Reported by: conflicts checker [1]
This commit is contained in:
parent
2b56d23731
commit
9c618ecc30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299244
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user