diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /audio/speak_freely | |
parent | f777115e0124107b5cef3e52bb4856f321dcd2eb (diff) | |
download | ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip |
Notes
Diffstat (limited to 'audio/speak_freely')
-rw-r--r-- | audio/speak_freely/Makefile | 8 |
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> |