diff options
author | hoek <hoek@FreeBSD.org> | 1998-06-27 05:35:02 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-06-27 05:35:02 +0000 |
commit | 1670137ebafc6153f373081e2b3e28208944aa27 (patch) | |
tree | 35c2d31ed54fd4183c21c300acf2fbd46c9a4d1c /audio/cdplay/Makefile | |
parent | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (diff) | |
download | FreeBSD-ports-1670137ebafc6153f373081e2b3e28208944aa27.zip FreeBSD-ports-1670137ebafc6153f373081e2b3e28208944aa27.tar.gz |
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)).
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 8de08f8..d45bdb8b 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> |