summaryrefslogtreecommitdiff
path: root/audio/speak_freely
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /audio/speak_freely
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'audio/speak_freely')
-rw-r--r--audio/speak_freely/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile
index f46be7b0f3b5..5e968297b445 100644
--- a/audio/speak_freely/Makefile
+++ b/audio/speak_freely/Makefile
@@ -4,7 +4,7 @@
# Date created: 18 Apr 1996
# Whom: ache
#
-# $Id: Makefile,v 1.1.1.1 1996/11/11 23:17:38 ache Exp $
+# $Id: Makefile,v 1.2 1996/11/11 23:24:31 ache Exp $
#
DISTNAME= speak_freely-6.1b
@@ -19,6 +19,7 @@ UTILS= sfspeaker sfmike sflwl
DEMNS= sfecho sflwld
DDEMNS= sfvod
SFLIB= ${PREFIX}/lib/speak_freely
+MAN1= ${UTILS:S/$/.1/} ${DEMNS:S/$/.1/} ${DDEMNS:S/$/.1/}
do-install:
if [ ! -d ${SFLIB} ]; then \
@@ -41,10 +42,5 @@ do-install:
$(INSTALL_SCRIPT) $$p ${PREFIX}/sbin; \
$(INSTALL_MAN) $$p.1 ${PREFIX}/man/man1; \
done;
-.if !defined(NOMANCOMPRESS)
- for p in ${UTILS} ${DEMNS} ${DDEMNS}; do \
- gzip -9nf ${PREFIX}/man/man1/$$p.1; \
- done
-.endif
.include <bsd.port.mk>