Index: head/accessibility/yasr/Makefile =================================================================== --- head/accessibility/yasr/Makefile (revision 522230) +++ head/accessibility/yasr/Makefile (revision 522231) @@ -1,42 +1,39 @@ # Created by: David K. Gerry # $FreeBSD$ PORTNAME= yasr PORTVERSION= 0.6.9 PORTREVISION= 5 CATEGORIES= accessibility MASTER_SITES= SF MAINTAINER= David.K.Gerry@GMail.com COMMENT= General-purpose console screen reader LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes PORTDOCS= AUTHORS BUGS CREDITS ChangeLog NEWS README TODO \ README-br README-de README-es README-fr README-ru SUB_FILES= pkg-message NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes PLIST_FILES= bin/yasr \ man/man1/yasr.1.gz \ %%DATADIR%%/yasr.conf \ %%NLS%%share/locale/es/LC_MESSAGES/yasr.mo \ %%NLS%%share/locale/fr/LC_MESSAGES/yasr.mo -post-patch: - @${REINPLACE_CMD} -e 's|/bin/bash|/bin/csh|' ${WRKSRC}/yasr.conf - post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/accessibility/yasr/files/patch-yasr.conf =================================================================== --- head/accessibility/yasr/files/patch-yasr.conf (nonexistent) +++ head/accessibility/yasr/files/patch-yasr.conf (revision 522231) @@ -0,0 +1,11 @@ +--- yasr.conf.orig 2008-01-31 13:01:50 UTC ++++ yasr.conf +@@ -63,7 +63,7 @@ synthesizer port=|/usr/local/bin/eflite + # Below line appropriate for Speech Dispatcher in its default configuration + #synthesizer port=127.0.0.1:6560 + key echo=off +-shell=/bin/bash ++shell=/bin/csh + special=off + up and down arrows=speak line + DisableKey=6925 Property changes on: head/accessibility/yasr/files/patch-yasr.conf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property