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/rawrec | |
parent | Respect NOPORTDOCS (diff) |
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 d605ae6acb32..dccd85849b79 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 |