aboutsummaryrefslogtreecommitdiffstats
path: root/accessibility/speech-dispatcher/Makefile
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2010-03-08 08:29:59 +0800
committeravilla <avilla@FreeBSD.org>2010-03-08 08:29:59 +0800
commitc766e78db5fd4fa67e5655d4a6e44e2ad572adcd (patch)
tree1134b1bf21d64ce092bdc80b8f077dbd74276679 /accessibility/speech-dispatcher/Makefile
parentfd7bb45da73acd2e90335152e7f9a29d2932e107 (diff)
downloadfreebsd-ports-gnome-c766e78db5fd4fa67e5655d4a6e44e2ad572adcd.tar.gz
freebsd-ports-gnome-c766e78db5fd4fa67e5655d4a6e44e2ad572adcd.tar.zst
freebsd-ports-gnome-c766e78db5fd4fa67e5655d4a6e44e2ad572adcd.zip
- Replace long options with short ones: they are documented, but not
supported. - Display pkg-message when installing from the port. Approved by: tabthorpe (mentor) Feature safe: yes
Diffstat (limited to 'accessibility/speech-dispatcher/Makefile')
-rw-r--r--accessibility/speech-dispatcher/Makefile3
1 files changed, 2 insertions, 1 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>