diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-06-27 05:35:02 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-06-27 05:35:02 +0000 |
commit | d088df7687e6657abf102e67c12c220528d927c9 (patch) | |
tree | 3ac686b15404bbaf64ba3b938d866552171ab7cb /audio/cdplay/Makefile | |
parent | 7d45e2b7a193d40e6c5b529f166e38e0af53a8c3 (diff) |
Add patches to support IDE cd-roms. While I'm here, respect
${CFLAGS}. Heck, why not go all the way and respect ${PREFIX},
too (respect now added). As an intentional side-effect, these
patches also prevent the pause function from blasting the listener's
ears off (the way cdcontrol currently does (and cdplay used to)).
Notes
Notes:
svn path=/head/; revision=11553
Diffstat (limited to 'audio/cdplay/Makefile')
-rw-r--r-- | audio/cdplay/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/cdplay/Makefile b/audio/cdplay/Makefile index 8de08f80da4a..d45bdb8b90db 100644 --- a/audio/cdplay/Makefile +++ b/audio/cdplay/Makefile @@ -3,7 +3,7 @@ # Date created: 8 July 1997 # Whom: Antti Kaipila <anttik@iki.fi> # -# $Id: Makefile,v 1.1.1.1 1997/11/16 22:48:48 fenner Exp $ +# $Id: Makefile,v 1.2 1998/01/05 17:12:11 vanilla Exp $ # DISTNAME= cdplay-0.92 @@ -12,4 +12,10 @@ MASTER_SITES= ftp://ftp.one.sci.fi/pub/cdplay/ MAINTAINER= anttik@iki.fi +pre-patch: + @${GUNZIP_CMD} ${WRKSRC}/cdplay.1.gz + +post-patch: + @${GZIP_CMD} ${WRKSRC}/cdplay.1 + .include <bsd.port.mk> |