summaryrefslogtreecommitdiff
path: root/audio/speak_freely/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-23 23:30:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-23 23:30:44 +0000
commit3f77b93c9eb3c40d6b122c8544625319eb5297d3 (patch)
tree43d0abcd062205dd29ccb771f51afda203798fbe /audio/speak_freely/Makefile
parentUpgrade to 3.03 (diff)
Upgrade to 6.1c
Notes
Notes: svn path=/head/; revision=8008
Diffstat (limited to 'audio/speak_freely/Makefile')
-rw-r--r--audio/speak_freely/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile
index 5e968297b445..b1413722ddd8 100644
--- a/audio/speak_freely/Makefile
+++ b/audio/speak_freely/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: speak_freely
# Original WWW site: http://www.fourmilab.ch/speakfree/unix/index.html
-# Version required: 6.1b
+# Version required: 6.1c
# Date created: 18 Apr 1996
# Whom: ache
#
-# $Id: Makefile,v 1.2 1996/11/11 23:24:31 ache Exp $
+# $Id: Makefile,v 1.3 1996/11/18 11:33:26 asami Exp $
#
-DISTNAME= speak_freely-6.1b
+DISTNAME= speak_freely-6.1c
CATEGORIES= mbone audio security
MASTER_SITES= http://www.fourmilab.ch/speakfree/unix/
@@ -26,7 +26,7 @@ do-install:
install -d -o ${BINOWN} -g ${BINGRP} -m 755 ${SFLIB}; \
fi
cd ${WRKSRC}; \
- $(INSTALL_DATA) ring.au ${SFLIB}
+ $(INSTALL_DATA) busy.au ring.au ${SFLIB}
cd ${WRKSRC}; \
for p in ${UTILS}; do \
$(INSTALL_PROGRAM) $$p ${PREFIX}/bin; \