diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /audio/speak_freely | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
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 f46be7b..5e96829 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> |