diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-25 08:58:44 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-05-25 08:58:44 +0000 |
commit | c53259b5f2d11d4a48dd5579bac71da13cd80c80 (patch) | |
tree | b7348c88df2316a759e2a59e2e1aa959e4717189 /audio/tosha/Makefile | |
parent | Remove Separate requirements for CGI.pm and ExtUtils::Embed; the perl5 requir... (diff) |
- modified Makefile, to use CFLAGS form /etc/make.conf
- reformatted DESCR
- removed manpage compression from tosha's Makefile and added
manpages in the ports Makefile (MAN1) so that the port is now
aware of NOMANCOMPRESS
PR:
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'audio/tosha/Makefile')
-rw-r--r-- | audio/tosha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/tosha/Makefile b/audio/tosha/Makefile index 59990c3eed08..344bc3208515 100644 --- a/audio/tosha/Makefile +++ b/audio/tosha/Makefile @@ -3,7 +3,7 @@ # Date created: 21 May 1997 # Whom: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/05/25 08:41:41 andreas Exp $ # DISTNAME= tosha-0.05 @@ -12,4 +12,6 @@ MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/ MAINTAINER= oliver.fromme@heim3.tu-clausthal.de +MAN1= pcmfade.1 pcmplay.1 tosha.1 + .include <bsd.port.mk> |