diff options
author | petef <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-07 02:21:52 +0000 |
commit | 9da515ee47165aec61cb8137029c868edc28ebb5 (patch) | |
tree | d6bfce7faf476642ebb341e245bd82c6943ed92e /audio/rawrec | |
parent | 9e77c34b55ad5f09668f9893e22e0500633dd797 (diff) | |
download | FreeBSD-ports-9da515ee47165aec61cb8137029c868edc28ebb5.zip FreeBSD-ports-9da515ee47165aec61cb8137029c868edc28ebb5.tar.gz |
machine/soundcard.h -> sys/soundcard.h
Submitted by: bento
Diffstat (limited to 'audio/rawrec')
-rw-r--r-- | audio/rawrec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile index d605ae6..dccd858 100644 --- a/audio/rawrec/Makefile +++ b/audio/rawrec/Makefile @@ -32,7 +32,7 @@ post-patch: s,-lpthread,${PTHREAD_LIBS},g ; \ s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile @${GREP} -lR "linux/" ${WRKSRC} | ${XARGS} \ - ${PERL} -pi -e "s,linux/,machine/,g" + ${PERL} -pi -e "s,linux/,sys/,g" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rawrec ${PREFIX}/bin |