diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
commit | 0467aae499c92d2291845dfda27e5622a727a993 (patch) | |
tree | 34ed02ae681900dda940f9ba00d20f84e185a83b /audio/play/Makefile | |
parent | 3842be24171bd26fb70d2551ccf75d9cddff3e53 (diff) | |
download | ports-0467aae499c92d2291845dfda27e5622a727a993.tar.gz ports-0467aae499c92d2291845dfda27e5622a727a993.zip |
Notes
Diffstat (limited to 'audio/play/Makefile')
-rw-r--r-- | audio/play/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile index 24e7bf0c6e9c..aab44d23cedc 100644 --- a/audio/play/Makefile +++ b/audio/play/Makefile @@ -15,4 +15,13 @@ MAINTAINER= seiken@ARGV.AC MANLANG= ja MAN1= play.1 MANCOMPRESSED = yes + +post-patch: +.for file in play_audio.c mixer_ctl.c encode_sun.c encode_riff.c speed.c + @${CHMOD} u+w ${WRKSRC}/${file} + @${SED} 's,machine/soundcard.h,sys/soundcard.h,' < ${WRKSRC}/${file} \ + > ${WRKSRC}/${file}.new + @${MV} ${WRKSRC}/${file}.new ${WRKSRC}/${file} +.endfor + .include <bsd.port.mk> |